mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-05 13:35:21 +02:00
Add text-overflow: ellipsis property for account name display (#1431)
This commit is contained in:
parent
2722254be9
commit
e434ed0e1f
5 changed files with 10 additions and 10 deletions
|
@ -47,7 +47,7 @@
|
|||
</div>
|
||||
|
||||
<% unless show_balance %>
|
||||
<%= tag.div class: "col-span-2" do %>
|
||||
<%= tag.div class: "col-span-2 overflow-hidden truncate" do %>
|
||||
<% if entry.new_record? %>
|
||||
<%= tag.p account.name %>
|
||||
<% else %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue