diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-05-24 15:42:31 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-05-24 15:42:31 +0700 |
| commit | 8a9d61b5049b3eeca0dd40429b05dc7e60e26671 (patch) | |
| tree | b21b303bf92e7a19bdfc9d87e0b4fc6f94a0d371 /src/styles/globals.css | |
| parent | 5b3e86c51c858e14cc7b9acc60ef0446fc5deaab (diff) | |
Update table-data style
Diffstat (limited to 'src/styles/globals.css')
| -rw-r--r-- | src/styles/globals.css | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/styles/globals.css b/src/styles/globals.css index f1e9f5b1..00c4d08f 100644 --- a/src/styles/globals.css +++ b/src/styles/globals.css @@ -465,17 +465,18 @@ button { } .table-data thead th { - @apply font-medium; + @apply font-medium whitespace-nowrap; } .table-data thead th, .table-data tbody td { - @apply p-3 + @apply px-3 + py-4 text-center; } .table-data tbody td { - @apply text-gray_r-12/90; + @apply text-gray_r-12/90 first:whitespace-nowrap; } .table-data tbody tr { |
