summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIT Fixcomart <it@fixcomart.co.id>2023-07-14 04:29:46 +0000
committerIT Fixcomart <it@fixcomart.co.id>2023-07-14 04:29:46 +0000
commitbed971bc1265cd9b0e6f0c01dcb57bf4089c21f9 (patch)
tree35f74f57ab230919ca7b481cddad9bcb9b3ef61b
parent3006540fe7178a8b128023ca498613cb3aff0d27 (diff)
parent4f074af970f406997c6ae1be82e5df761d5966c2 (diff)
Merged in Feature/voucher (pull request #14)
bugx fix css
-rw-r--r--src/styles/globals.css6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/styles/globals.css b/src/styles/globals.css
index 00c4d08f..cb55d768 100644
--- a/src/styles/globals.css
+++ b/src/styles/globals.css
@@ -457,7 +457,9 @@ button {
}
.table-data {
- @apply w-full;
+ @apply w-full
+ table-auto
+ border-collapse;;
}
.table-data thead tr {
@@ -476,7 +478,7 @@ button {
}
.table-data tbody td {
- @apply text-gray_r-12/90 first:whitespace-nowrap;
+ @apply text-gray_r-12/90;
}
.table-data tbody tr {