From ba2ecb5768c9a5e8d8d12769433f301da9cf5e74 Mon Sep 17 00:00:00 2001 From: tristan Date: Mon, 27 Apr 2026 09:31:14 +0000 Subject: [PATCH] fix: suppression de la marge top sur la Checkbox (#34) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | Numéro du ticket | Titre du ticket | |------------------|-----------------| | | | ## Description de la PR ## Modification du .env ## Check list - [ ] Pas de régression - [ ] TU/TI/TF rédigée - [ ] TU/TI/TF OK - [ ] CHANGELOG modifié Co-authored-by: kevin Co-authored-by: Kevin Boudet Reviewed-on: https://gitea.malio.fr/MALIO-DEV/malio-layer-ui/pulls/34 Co-authored-by: tristan Co-committed-by: tristan --- app/components/malio/checkbox/Checkbox.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/malio/checkbox/Checkbox.vue b/app/components/malio/checkbox/Checkbox.vue index dac4e76..bdd4414 100644 --- a/app/components/malio/checkbox/Checkbox.vue +++ b/app/components/malio/checkbox/Checkbox.vue @@ -94,7 +94,7 @@ const describedBy = computed(() => { const mergedGroupClass = computed(() => twMerge( - 'checkbox-wrapper-4 mt-4 w-full', + 'checkbox-wrapper-4 w-full', props.groupClass, ), )