fix : suppression de la marge top des Checkbox.vue

This commit is contained in:
2026-04-27 11:26:21 +02:00
parent 014a057196
commit d74f3acc97

View File

@@ -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,
),
)