From 1e0635b31a79af5876327106af3b037edcb3f150 Mon Sep 17 00:00:00 2001 From: Tony Vincent Date: Fri, 21 Jun 2024 16:51:36 +0200 Subject: [PATCH] Closes maybe-finance/maybe#843 (#900) Co-authored-by: Tony Yesudas --- app/views/accounts/_account_valuation_list.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/accounts/_account_valuation_list.html.erb b/app/views/accounts/_account_valuation_list.html.erb index 8b5cea33..7e56de14 100644 --- a/app/views/accounts/_account_valuation_list.html.erb +++ b/app/views/accounts/_account_valuation_list.html.erb @@ -32,7 +32,7 @@
+ class="absolute hidden min-w-[200px] z-10 top-10 right-0 bg-white p-1 rounded-sm shadow-xs border border-alpha-black-25 w-fit"> <%= link_to edit_valuation_path(valuation.original), class: "flex gap-1 items-center hover:bg-gray-50 rounded-md p-2" do %> <%= lucide_icon("pencil-line", class: "w-5 h-5 text-gray-500 shrink-0") %>