Skip to content
Snippets Groups Projects
Commit 470fc02694ce authored by Rémi Cardona's avatar Rémi Cardona
Browse files

[components] Use correct CSS class on toggle button (related to #4881614)

parent 5a328cceb4f2
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@
icon_css_cls = 'glyphicon glyphicon-align-justify'
def render(self, w):
w(u'''<button class="btn btn-default navbar-toggle" id="cw-aside-toggle"
w(u'''<button class="btn btn-default navbar-btn" id="cw-aside-toggle"
onclick="cw.cubes.squareui.toggleLeftColumn()" title="%(label)s">
<span class="%(icon_class)s"></span>
</button>''' % {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment