We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a430474 + b43e9bd commit 4ba5a40Copy full SHA for 4ba5a40
Resources/views/Form/bootstrap_3_layout.html.twig
@@ -101,8 +101,8 @@
101
{%- endif -%}
102
103
<label{% with { attr: label_attr } %}{{ block('attributes') }}{% endwith %}>
104
- {{- widget|raw }}
105
- {%- if label is not same as(false) -%}
+ {#- if statement must be kept on the same line, to force the space between widget and label -#}
+ {{- widget|raw }} {% if label is not same as(false) -%}
106
{%- if translation_domain is same as(false) -%}
107
{%- if label_html is same as(false) -%}
108
{{ label -}}
0 commit comments