From 672bfb375f659cb720082e5ca0cf01954822deac Mon Sep 17 00:00:00 2001 From: NovapaX Date: Mon, 26 Feb 2018 16:14:22 +0100 Subject: [PATCH] Fix paper card alignment in safari (#933) --- src/resources/hassio-style.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/resources/hassio-style.html b/src/resources/hassio-style.html index 70d8258201..4a9cdee96a 100644 --- a/src/resources/hassio-style.html +++ b/src/resources/hassio-style.html @@ -19,6 +19,7 @@ --card-group-columns: 4; width: calc((100% - 12px * var(--card-group-columns)) / var(--card-group-columns)); margin: 4px; + vertical-align: top; } @media screen and (max-width: 1200px) and (min-width: 901px) { .card-group paper-card { @@ -49,4 +50,4 @@ } - \ No newline at end of file +