mirror of
https://github.com/we-promise/sure.git
synced 2026-04-25 15:04:04 +00:00
Fix Account Groups wrapping in Balace Sheet (#2010)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user