Skip to content

Commit

Permalink
Merge pull request #33 from BFoucher/fix-inherit-form-input
Browse files Browse the repository at this point in the history
fix style when inherit new form input
  • Loading branch information
paulandrieux authored Mar 2, 2018
2 parents 4627e47 + dff588b commit 3018020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/views/new.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
{% if form.tooltip is defined and form.tooltip %}
{{ form_row(form.tooltip) }}
{% endif %}
<div class="col-sm-12">{{ form_rest(form) }}</div>
</div>
</div>
{{ form_rest(form) }}
</div>
{{ form_end(form) }}
</div>
Expand Down

0 comments on commit 3018020

Please sign in to comment.