diff options
Diffstat (limited to 'src/styles')
| -rw-r--r-- | src/styles/globals.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/styles/globals.css b/src/styles/globals.css index 7f33abe8..d43dad1f 100644 --- a/src/styles/globals.css +++ b/src/styles/globals.css @@ -459,6 +459,10 @@ button { @apply font-medium; } +.table-data { + @apply w-full; +} + .table-data thead tr { @apply bg-gray_r-3; } |
