STYLE optimizing form aspect

This commit is contained in:
Antoine M 2025-10-21 11:45:50 +02:00
parent e6c3381ef4
commit 2c9da33127

View File

@ -21,3 +21,18 @@
@apply pt-4 opacity-90; @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;
}
}
}