diff options
Diffstat (limited to 'components/VTable.vue')
-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 |