summaryrefslogtreecommitdiff
path: root/src/styles/globals.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles/globals.css')
-rw-r--r--src/styles/globals.css7
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 {