Fix Render Pane on Mobile (#11856)

This commit is contained in:
Zack Barett 2022-02-25 13:51:55 -06:00 committed by GitHub
parent 4031009c26
commit 546461b70f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -289,6 +289,12 @@ class HaPanelDevTemplate extends LitElement {
.rendered.error {
color: var(--error-color);
}
@media all and (max-width: 870px) {
.render-pane {
max-width: 100%;
}
}
`,
];
}