浏览代码

Merge pull request #2628 from julien-maitan/patch-1

Update ajax_layout.html.twig
Thomas 10 年之前
父节点
当前提交
d3e176e609
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      Resources/views/ajax_layout.html.twig

+ 2 - 1
Resources/views/ajax_layout.html.twig

@@ -22,6 +22,7 @@ file that was distributed with this source code.
 
 
     {% if _list_table is not empty or _list_filters is not empty %}
+    <div class="container-fluid">
         <div class="row">
 
             <div class="navbar navbar-default sonata-list-table">
@@ -54,7 +55,7 @@ file that was distributed with this source code.
         <div class="row">
             {{ _list_table|raw }}
         </div>
-
+    </div>
      {% endif %}
 
 {% endblock %}