fix overview autoTabWidth
This commit is contained in:
parent
c3ce7f1d60
commit
e921f7dc04
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
<% end %>
|
||||
</div>
|
||||
<% if @items: %>
|
||||
<div class="tabs tabs--big u-invisible js-tabsClone">
|
||||
<div class="tabs tabs--inline tabs--big u-invisible js-tabsClone">
|
||||
<% for item in @items: %>
|
||||
<a class="tab js-tabClone<%= ' active' if item.active %>" href="<%= item.target %>">
|
||||
<span class="tab-name"><%- @T(item.name) %></span>
|
||||
|
|
Loading…
Reference in a new issue