Browse Source

Align dropdown arrows (#4219)

This fixes a bug where the dropdown arrows would appear below a menu item.
Closes #4218
mba242 8 years ago
parent
commit
d5d3600b80
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Resources/views/Menu/sonata_menu.html.twig

+ 1 - 1
Resources/views/Menu/sonata_menu.html.twig

@@ -43,7 +43,7 @@
             {% set icon = item.extra('icon')|default('') %}
             {{ icon|raw }}
             {{ parent() }}
-            <i class="fa pull-right fa-angle-left"></i>
+            <span class="pull-right-container"><i class="fa pull-right fa-angle-left"></i></span>
         </a>
     {% endspaceless %}
 {% endblock %}