Merge pull request #18869 from dvdksn/table-w

css: improve table display
This commit is contained in:
David Karlsson 2023-12-06 21:03:36 +01:00 committed by GitHub
commit 3a456992a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
.prose table {
@apply block overflow-x-auto text-base;
@apply table w-full text-base sm:block overflow-x-auto;
thead tr {
@apply bg-gray-light-300 dark:bg-gray-dark-300
}