fix overview autoTabWidth

This commit is contained in:
Felix Niklas 2015-11-05 10:13:05 +01:00
parent c3ce7f1d60
commit e921f7dc04

View file

@ -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>