From 8a9d61b5049b3eeca0dd40429b05dc7e60e26671 Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Wed, 24 May 2023 15:42:31 +0700 Subject: Update table-data style --- src/styles/globals.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/styles') 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 { -- cgit v1.2.3