Only show possible text size in drop up.
This commit is contained in:
parent
ab82b853fc
commit
e441476ee5
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
<% end %>
|
||||
<li class="<% if @active_tab[item.target] : %>active<% end %>">
|
||||
<a href="<%= item.target %>" class="horizontal">
|
||||
<span class="flex"><%- @T( item.name ) %></span>
|
||||
<span class="flex contain-text"><%- @T( item.name ) %></span>
|
||||
<% if item['count'] isnt undefined: %><span class="badge count"><%= item['count'] %></span><% end %>
|
||||
<% if item.iconClass: %><span class="<%= item.iconClass %> icon"></span><% end %>
|
||||
</a>
|
||||
|
|
Loading…
Reference in a new issue