Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ed1b95d

Browse filesBrowse files
committed
bug #30922 [TwigBridge] fix horizontal spacing of inlined Bootstrap forms (xabbuh)
This PR was merged into the 3.4 branch. Discussion ---------- [TwigBridge] fix horizontal spacing of inlined Bootstrap forms | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #25831 | License | MIT | Doc PR | Commits ------- 7113a53 fix horizontal spacing of inlined Bootstrap forms
2 parents db93b95 + 7113a53 commit ed1b95d
Copy full SHA for ed1b95d

File tree

1 file changed

+4
-4
lines changed
Filter options

1 file changed

+4
-4
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Twig/Resources/views/Form/bootstrap_3_layout.html.twig
+4-4Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.