From 0ffd911ea0c8763b225308734ebd9058ce2d11ce Mon Sep 17 00:00:00 2001 From: Alessio Cappa <104093777+alessiocappa@users.noreply.github.com> Date: Sat, 11 Apr 2026 16:06:23 +0200 Subject: [PATCH] fix: add class to transaction name div to avoid overlapping (#1435) --- app/views/transactions/_transaction.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/transactions/_transaction.html.erb b/app/views/transactions/_transaction.html.erb index f8068e999..184bb2536 100644 --- a/app/views/transactions/_transaction.html.erb +++ b/app/views/transactions/_transaction.html.erb @@ -27,7 +27,7 @@ <% end %> -
"> +
"> <%= content_tag :div, class: ["flex items-center gap-3 lg:gap-4"] do %>