8000 fix horizontal spacing of inlined Bootstrap forms · symfony/symfony@7113a53 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7113a53

Browse files
committed
fix horizontal spacing of inlined Bootstrap forms
1 parent 86210b3 commit 7113a53

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Symfony/Bridge/Twig/Resources/views/Form/bootstrap_3_layout.html.twig

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,10 @@
108108

109109
{% block form_row -%}
110110
<div class="form-group{% if (not compound or force_error|default(false)) and not valid %} has-error{% endif %}">
111-
{{- form_label(form) -}}
112-
{{- form_widget(form) -}}
113-
{{- form_errors(form) -}}
114-
</div>
111+
{{- form_label(form) }} {# -#}
112+
{{ form_widget(form) }} {# -#}
113+
{{ form_errors(form) }} {# -#}
114+
</div> {# -#}
115115
{%- endblock form_row %}
116116

117117
{% block button_row -%}

0 commit comments

Comments
 (0)
0