mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-19 13:19:39 +02:00
Fix Account Groups wrapping in Balace Sheet (#2010)
This commit is contained in:
parent
5a8074c7ee
commit
f8d64561cf
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue