Fix Account Groups wrapping in Balace Sheet (#2010)

This commit was merged in pull request #2010.
This commit is contained in:
Nick Ostrovsky
2025-03-21 20:18:12 +03:00
committed by GitHub
parent 5a8074c7ee
commit f8d64561cf

View File

@@ -12,7 +12,7 @@
<div class="h-1.5 rounded-sm" style="width: <%= account_group.weight %>%; background-color: <%= account_group.color %>;"></div>
<% end %>
</div>
<div class="flex gap-4">
<div class="flex flex-wrap gap-4">
<% classification_group.account_groups.each do |account_group| %>
<div class="flex items-center gap-2 text-sm">
<div class="h-2.5 w-2.5 rounded-full" style="background-color: <%= account_group.color %>;"></div>