瀏覽代碼

Merge pull request #2512 from mrdavecox/patch-2

Update standard_layout.html.twig
Thomas 10 年之前
父節點
當前提交
069e610d4d
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      Resources/views/standard_layout.html.twig

+ 2 - 0
Resources/views/standard_layout.html.twig

@@ -127,6 +127,7 @@ file that was distributed with this source code.
 
 
                             <div class="navbar-left">
                             <div class="navbar-left">
                                 {% block sonata_breadcrumb %}
                                 {% block sonata_breadcrumb %}
+                                    <div class="hidden-xs">
                                     {% if _breadcrumb is not empty or action is defined %}
                                     {% if _breadcrumb is not empty or action is defined %}
                                         <ol class="nav navbar-top-links breadcrumb">
                                         <ol class="nav navbar-top-links breadcrumb">
                                             {% if _breadcrumb is empty %}
                                             {% if _breadcrumb is empty %}
@@ -150,6 +151,7 @@ file that was distributed with this source code.
                                             {% endif %}
                                             {% endif %}
                                         </ol>
                                         </ol>
                                     {% endif %}
                                     {% endif %}
+                                    </div>
                                 {% endblock sonata_breadcrumb %}
                                 {% endblock sonata_breadcrumb %}
                             </div>
                             </div>