diff options
author | Santo Cariotti <santo@dcariotti.me> | 2022-10-15 11:22:15 +0200 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2022-10-15 11:22:15 +0200 |
commit | 52319c1ac452bff10b66d60bab3affbe0381f297 (patch) | |
tree | 07a386d90412d2b7454e11408cb1f443bceba250 /components | |
parent | 1e6a9a6600e208c1e622a3c28d548f615b2412f1 (diff) |
Drop table margin on x axis
Diffstat (limited to 'components')
-rw-r--r-- | components/VTable.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/VTable.vue b/components/VTable.vue index 8f2f6d2..ad772a6 100644 --- a/components/VTable.vue +++ b/components/VTable.vue @@ -1,7 +1,7 @@ <template lang="pug"> .flex.flex-col .overflow-x-auto - .py-2.inline-block.min-w-full(class="sm:px-6 lg:px-8") + .py-2.inline-block.min-w-full .overflow-hidden table.min-w-full thead.bg-white.border-b |