Fix table overflow and sizing (#36970)

This commit is contained in:
Darren Griffin 2025-01-17 13:11:53 +00:00 committed by GitHub
parent 040e0ff62e
commit 468822ffcb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1130,7 +1130,11 @@ article.listing {
&>table,
&>.entry-content>table {
background-color: #fff;
display: block;
overflow-x: auto;
table-layout: auto;
width: fit-content;
max-width: 100%;
&>thead {
background-color: rgba(0, 0, 0, .025);