diff options
| author | HATEC\SPVDEV001 <tri.susilo@altama.co.id> | 2023-07-14 11:02:07 +0700 |
|---|---|---|
| committer | HATEC\SPVDEV001 <tri.susilo@altama.co.id> | 2023-07-14 11:02:07 +0700 |
| commit | 4f074af970f406997c6ae1be82e5df761d5966c2 (patch) | |
| tree | 92947dc443b381551898f655016e53bb6b20b695 /src | |
| parent | b886fcf2dbc9114bc2e2347e3d4bf5299ed43d3b (diff) | |
bugx fix css
Diffstat (limited to 'src')
| -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 { |
