More-Info Dialog Logbook Bug Fix (#7152)

This commit is contained in:
Bashir 2020-09-30 01:04:01 +10:00 committed by GitHub
parent 51953bce09
commit f48a28264f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -153,6 +153,11 @@ export class MoreInfoLogbook extends LitElement {
max-height: 250px;
overflow: auto;
}
@media all and (max-width: 450px), all and (max-height: 500px) {
ha-logbook {
max-height: unset;
}
}
ha-circular-progress {
display: flex;
justify-content: center;