Truncate long account names in the menu

This commit is contained in:
Andy Smith
2026-02-09 10:22:58 -06:00
parent 692fd73512
commit 4127eaeacf
+1 -1
View File
@@ -14,7 +14,7 @@
<li class="popup__item txt-medium">
<%= icon_tag "marker", class: "popup__icon" %>
<%= link_to landing_path(script_name: account.slug), class: "btn overflow-ellipsis fill-transparent popup__btn" do %>
<strong><%= account.name %></strong>
<strong class="overflow-ellipsis"><%= account.name %></strong>
<% end %>
</li>
<% end %>