Explorar o código

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

Update ajax_layout.html.twig
Thomas %!s(int64=10) %!d(string=hai) anos
pai
achega
d3e176e609
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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 %}