diff --git a/sass/homeassistant/_overrides.scss b/sass/homeassistant/_overrides.scss index d7ecf1f4585..e13d4d81983 100644 --- a/sass/homeassistant/_overrides.scss +++ b/sass/homeassistant/_overrides.scss @@ -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);