From f8d64561cf0555c0fbf68404e9946848caba2a95 Mon Sep 17 00:00:00 2001 From: Nick Ostrovsky Date: Fri, 21 Mar 2025 20:18:12 +0300 Subject: [PATCH] Fix Account Groups wrapping in Balace Sheet (#2010) --- app/views/pages/dashboard/_balance_sheet.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/pages/dashboard/_balance_sheet.html.erb b/app/views/pages/dashboard/_balance_sheet.html.erb index 2f90257c..82491b13 100644 --- a/app/views/pages/dashboard/_balance_sheet.html.erb +++ b/app/views/pages/dashboard/_balance_sheet.html.erb @@ -12,7 +12,7 @@
<% end %> -
+
<% classification_group.account_groups.each do |account_group| %>