From f48a28264f64f5cd910bb657abf7dc1df1e38b8b Mon Sep 17 00:00:00 2001 From: Bashir <37988348+Brahmah@users.noreply.github.com> Date: Wed, 30 Sep 2020 01:04:01 +1000 Subject: [PATCH] More-Info Dialog Logbook Bug Fix (#7152) --- src/dialogs/more-info/ha-more-info-logbook.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/dialogs/more-info/ha-more-info-logbook.ts b/src/dialogs/more-info/ha-more-info-logbook.ts index 6c559e7dae..ecb3a7d85e 100644 --- a/src/dialogs/more-info/ha-more-info-logbook.ts +++ b/src/dialogs/more-info/ha-more-info-logbook.ts @@ -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;