소스 검색

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 %}