mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 16:56:50 +00:00
Fix table overflow and sizing (#36970)
This commit is contained in:
parent
040e0ff62e
commit
468822ffcb
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user