浏览代码

Fix table layout to the new twitter bootstrap

Thomas Rabaix 13 年之前
父节点
当前提交
0d7f8f467a
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 %}