diff options
Diffstat (limited to 'src/styles')
| -rw-r--r-- | src/styles/globals.css | 6 |
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 { |
