fix horizontal spacing of inlined Bootstrap forms

This commit is contained in:
Christian Flothmann 2019-04-06 19:28:56 +02:00
parent 86210b3fa1
commit 7113a53e19
1 changed files with 4 additions and 4 deletions

View File

@ -108,10 +108,10 @@
{% block form_row -%}
<div class="form-group{% if (not compound or force_error|default(false)) and not valid %} has-error{% endif %}">
{{- form_label(form) -}}
{{- form_widget(form) -}}
{{- form_errors(form) -}}
</div>
{{- form_label(form) }} {# -#}
{{ form_widget(form) }} {# -#}
{{ form_errors(form) }} {# -#}
</div> {# -#}
{%- endblock form_row %}
{% block button_row -%}