Skip to content

Commit

Permalink
Fix regression from #6668 - ModelAdmin form widths
Browse files Browse the repository at this point in the history
  • Loading branch information
kinglozzer committed Apr 5, 2017
1 parent 8aaa3e3 commit a7920b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/templates/Includes/ModelAdmin_Content.ss
Expand Up @@ -21,7 +21,7 @@
<% end_if %>
<ul class="cms-tabset-nav-primary">
<% loop $ManagedModelTabs %>
<li class="tab-$ClassName $LinkOrCurrent<% if $LinkOrCurrent == 'current' %> ui-tabs-active<% end_if %>">
<li class="tab-$ClassName $LinkOrCurrent<% if $LinkOrCurrent == 'current' %> ui-tabs-active<% end_if %>" aria-controls="Form_EditForm">
<a href="$Link" class="cms-panel-link" title="$Title.ATT">$Title</a>
</li>
<% end_loop %>
Expand Down

0 comments on commit a7920b1

Please sign in to comment.