From 4f074af970f406997c6ae1be82e5df761d5966c2 Mon Sep 17 00:00:00 2001 From: "HATEC\\SPVDEV001" Date: Fri, 14 Jul 2023 11:02:07 +0700 Subject: bugx fix css --- src/styles/globals.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/styles/globals.css') 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 { -- cgit v1.2.3