diff --git a/src/Bundle/ChillMainBundle/Resources/views/Form/bootstrap5/bootstrap_5_horizontal_layout.html.twig b/src/Bundle/ChillMainBundle/Resources/views/Form/bootstrap5/bootstrap_5_horizontal_layout.html.twig index d9fb09777..f38c94ef3 100644 --- a/src/Bundle/ChillMainBundle/Resources/views/Form/bootstrap5/bootstrap_5_horizontal_layout.html.twig +++ b/src/Bundle/ChillMainBundle/Resources/views/Form/bootstrap5/bootstrap_5_horizontal_layout.html.twig @@ -19,7 +19,7 @@ {%- endblock form_label %} {% block form_label_class -%} - col-sm-2 + col-sm-4 {%- endblock form_label_class %} {# Rows #} @@ -127,5 +127,5 @@ {%- endblock checkbox_row %} {% block form_group_class -%} - col-sm-10 + col-sm-8 {%- endblock form_group_class %}