Skip to content

Commit 3018020

Browse files
authored
Merge pull request #33 from BFoucher/fix-inherit-form-input
fix style when inherit new form input
2 parents 4627e47 + dff588b commit 3018020

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/views/new.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@
3636
{% if form.tooltip is defined and form.tooltip %}
3737
{{ form_row(form.tooltip) }}
3838
{% endif %}
39+
<div class="col-sm-12">{{ form_rest(form) }}</div>
3940
</div>
4041
</div>
41-
{{ form_rest(form) }}
4242
</div>
4343
{{ form_end(form) }}
4444
</div>

0 commit comments

Comments
 (0)