Skip to content

Commit

Permalink
fix space in tab
Browse files Browse the repository at this point in the history
  • Loading branch information
agitator committed Jun 16, 2017
1 parent f196dfd commit c48d575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webcouturier/dropdownmenu/browser/dropdown_sections.pt
Expand Up @@ -43,7 +43,7 @@
class="dropdown-toggle${review_state}${class_clickable}"
role="button"
aria-haspopup="true"
aria-expanded="false">${tab/name} <span class="opener"><span class="caret"></span></span></a>
aria-expanded="false">${tab/name}<span class="opener"><span class="caret"></span></span></a>
<a
tal:condition="not:subitems"
href="${href}"
Expand Down

0 comments on commit c48d575

Please sign in to comment.