mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
Fix table overflow and sizing (#36970)
This commit is contained in:
parent
040e0ff62e
commit
468822ffcb
@ -1130,7 +1130,11 @@ article.listing {
|
|||||||
&>table,
|
&>table,
|
||||||
&>.entry-content>table {
|
&>.entry-content>table {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
|
display: block;
|
||||||
|
overflow-x: auto;
|
||||||
table-layout: auto;
|
table-layout: auto;
|
||||||
|
width: fit-content;
|
||||||
|
max-width: 100%;
|
||||||
|
|
||||||
&>thead {
|
&>thead {
|
||||||
background-color: rgba(0, 0, 0, .025);
|
background-color: rgba(0, 0, 0, .025);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user