diff options
Diffstat (limited to 'src/styles')
| -rw-r--r-- | src/styles/globals.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/styles/globals.css b/src/styles/globals.css index aa707913..7d571e3f 100644 --- a/src/styles/globals.css +++ b/src/styles/globals.css @@ -396,11 +396,15 @@ button { } .table-specification > table { - @apply table-fixed + @apply table-auto border-collapse w-full; } +.table-specification > table > thead > tr > th:last-child{ + @apply w-3/12; +} + .table-specification > table > thead { @apply sticky top-0 border-b; } |
