Skip to content

Commit

Permalink
fix horizontal spacing of inlined Bootstrap forms
Browse files Browse the repository at this point in the history
  • Loading branch information
xabbuh committed Apr 6, 2019
1 parent 86210b3 commit 7113a53
Showing 1 changed file with 4 additions and 4 deletions.
Expand Up @@ -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 -%}
Expand Down

0 comments on commit 7113a53

Please sign in to comment.