From fb93a3e353a25db2cfe058a76e1b54bca94ba769 Mon Sep 17 00:00:00 2001 From: Paul Valerie GOMA Date: Wed, 23 Jul 2025 10:26:22 +0200 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20=20refactor:=20Component?= =?UTF-8?q?=20updated?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/checkbox/VCheckbox.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/checkbox/VCheckbox.vue b/src/components/checkbox/VCheckbox.vue index c727762..92a173a 100644 --- a/src/components/checkbox/VCheckbox.vue +++ b/src/components/checkbox/VCheckbox.vue @@ -96,7 +96,7 @@ const labelState = computed(() => { display: flex; flex-direction: column; align-items: start; - gap: 0.125rem; + gap: 0.5rem; align-self: stretch; }