mirror of https://github.com/docker/docs.git
Merge pull request #18869 from dvdksn/table-w
css: improve table display
This commit is contained in:
commit
3a456992a1
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue