fix: datatable style #67

Merged
tristan merged 90 commits from develop into main 2026-06-08 14:11:04 +00:00
Showing only changes of commit d74f3acc97 - Show all commits
+1 -1
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,
),
)