Skip to content

Commit

Permalink
Merge pull request #336 from mikenz/patch-2
Browse files Browse the repository at this point in the history
Fix alignment of menu toggle icons
  • Loading branch information
robbieaverill authored Jan 22, 2018
2 parents 17e0db4 + d02b668 commit 73f5bca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/SilverStripe/Admin/LeftAndMain_Menu.ss
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<% include SilverStripe\\Admin\\LeftAndMain_MenuList %>
</div>

<div class="toolbar toolbar--south cms-panel-toggle">
<div class="toolbar toolbar--south cms-panel-toggle vertical-align-items">
<% include SilverStripe\\Admin\\LeftAndMain_MenuToggle %>
</div>
</div>
Expand Down

0 comments on commit 73f5bca

Please sign in to comment.