mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-09 18:36:35 +00:00
More-Info Dialog Logbook Bug Fix (#7152)
This commit is contained in:
parent
51953bce09
commit
f48a28264f
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user