♻️ refactor: Component updated

This commit is contained in:
Paul Valerie GOMA 2025-07-23 10:26:22 +02:00
parent f3e6a540ce
commit fb93a3e353

View File

@ -96,7 +96,7 @@ const labelState = computed(() => {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: start; align-items: start;
gap: 0.125rem; gap: 0.5rem;
align-self: stretch; align-self: stretch;
} }