summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2022-10-15 11:22:15 +0200
committerSanto Cariotti <santo@dcariotti.me>2022-10-15 11:22:15 +0200
commit52319c1ac452bff10b66d60bab3affbe0381f297 (patch)
tree07a386d90412d2b7454e11408cb1f443bceba250
parent1e6a9a6600e208c1e622a3c28d548f615b2412f1 (diff)
Drop table margin on x axis
-rw-r--r--components/VTable.vue2
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