From 0b329a9c9b34e645592f0a6561bfc198d64bb34f Mon Sep 17 00:00:00 2001 From: Mathieu Jaumotte Date: Thu, 8 Jul 2021 14:52:46 +0200 Subject: [PATCH] modify lightly bootstrap5 form theme --- .../Form/bootstrap5/bootstrap_5_horizontal_layout.html.twig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 %}