Explorar el Código

Fix table layout to the new twitter bootstrap

Thomas Rabaix hace 13 años
padre
commit
0d7f8f467a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Resources/views/CRUD/edit_orm_one_to_many.html.twig

+ 1 - 1
Resources/views/CRUD/edit_orm_one_to_many.html.twig

@@ -18,7 +18,7 @@ file that was distributed with this source code.
             {% if sonata_admin.edit == 'inline' %}
                 {% if sonata_admin.inline == 'table' %}
                     {% if form.children %}
-                        <table>
+                        <table class="bordered-table">
                             <thead>
                                 <tr>
                                     {% for field_name, nested_field in form.children[0].children %}