From 2c9da331279563b22ac99fd4089c28ef9d7bdfd9 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Tue, 21 Oct 2025 11:45:50 +0200 Subject: [PATCH] STYLE optimizing form aspect --- resources/css/forms/form-contributions.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/resources/css/forms/form-contributions.css b/resources/css/forms/form-contributions.css index cdb33d2..9fbd7e3 100644 --- a/resources/css/forms/form-contributions.css +++ b/resources/css/forms/form-contributions.css @@ -21,3 +21,18 @@ @apply pt-4 opacity-90; } } + +#field_2_16 { + @apply mt-6; + .ginput_container_checkbox { + .gfield_checkbox { + @apply flex !flex-row flex-wrap gap-y-4; + .gchoice { + @apply items-center; + } + } + .gchoice { + @apply w-fit; + } + } +}