From 8a2e2e37bab9db244a24aec570453653a0c2d4b2 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Tue, 23 Aug 2016 00:05:33 -0700 Subject: [PATCH] Fix dialog graph layout --- src/dialogs/more-info-dialog.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/dialogs/more-info-dialog.html b/src/dialogs/more-info-dialog.html index 52e8694fa9..c0b811874d 100644 --- a/src/dialogs/more-info-dialog.html +++ b/src/dialogs/more-info-dialog.html @@ -28,7 +28,7 @@ font-size: 14px; } - @media all and (max-width: 450px) { + @media all and (max-width: 450px), all and (max-height: 500px) { paper-dialog { margin: 0; width: 100%; @@ -50,11 +50,11 @@ state-obj="[[stateObj]]" hass='[[hass]]' in-dialog> + -