mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-17 06:16:50 +00:00
Fixes overflow issue in tables (#15840)
This commit is contained in:
parent
39680882f6
commit
2b351690e5
@ -49,6 +49,15 @@ html {
|
|||||||
z-index: 999;
|
z-index: 999;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
table {
|
||||||
|
table-layout: fixed;
|
||||||
|
width: 100%;
|
||||||
|
|
||||||
|
th,td {
|
||||||
|
word-wrap: break-word;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
@media only screen and (max-width: $lap-end) {
|
@media only screen and (max-width: $lap-end) {
|
||||||
#sidebar {
|
#sidebar {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user