From a603ea56c165e9ad01482d092460da3991f3e41d Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Mon, 11 Sep 2023 11:31:04 +0200 Subject: [PATCH] fix(Table): add missing classes in `app.config.ts` Fixes #655 --- src/runtime/app.config.ts | 3 +++ src/runtime/components/data/Table.vue | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/runtime/app.config.ts b/src/runtime/app.config.ts index bddfcc53..d7ee1147 100644 --- a/src/runtime/app.config.ts +++ b/src/runtime/app.config.ts @@ -25,6 +25,9 @@ const table = { font: '', size: 'text-sm' }, + checkbox: { + padding: 'ps-4' + }, loadingState: { wrapper: 'flex flex-col items-center justify-center flex-1 px-6 py-14 sm:px-14', label: 'text-sm text-center text-gray-900 dark:text-white', diff --git a/src/runtime/components/data/Table.vue b/src/runtime/components/data/Table.vue index 6d15ee0d..75ffbc0f 100644 --- a/src/runtime/components/data/Table.vue +++ b/src/runtime/components/data/Table.vue @@ -3,7 +3,7 @@ - @@ -50,7 +50,7 @@
+