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.
1 parent a379fe8 commit 0f4dffeCopy full SHA for 0f4dffe
Resources/views/Form/bootstrap_3_layout.html.twig
@@ -94,14 +94,12 @@
94
95
{% block choice_widget_expanded -%}
96
{% if '-inline' in label_attr.class|default('') -%}
97
- <div class="control-group">
98
- {%- for child in form %}
99
- {{- form_widget(child, {
100
- parent_label_class: label_attr.class|default(''),
101
- translation_domain: choice_translation_domain,
102
- }) -}}
103
- {% endfor -%}
104
- </div>
+ {%- for child in form %}
+ {{- form_widget(child, {
+ parent_label_class: label_attr.class|default(''),
+ translation_domain: choice_translation_domain,
+ }) -}}
+ {% endfor -%}
105
{%- else -%}
106
<div {{ block('widget_container_attributes') }}>
107
{%- for child in form %}
0 commit comments