mirror of
https://github.com/we-promise/sure.git
synced 2026-04-14 01:24:06 +00:00
fix: add class to transaction name div to avoid overlapping (#1435)
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
<% end %>
|
||||
</div>
|
||||
|
||||
<div class="max-w-full <%= "opacity-50 text-secondary" if entry.excluded %>">
|
||||
<div class="max-w-full min-w-0 <%= "opacity-50 text-secondary" if entry.excluded %>">
|
||||
<%= content_tag :div, class: ["flex items-center gap-3 lg:gap-4"] do %>
|
||||
<div class="hidden lg:flex">
|
||||
<% if transaction.transfer? %>
|
||||
|
||||
Reference in New Issue
Block a user