From e0a45810b25bb1062ebd269f9dda56c3687c086b Mon Sep 17 00:00:00 2001 From: Simon Nagl Date: Thu, 28 Apr 2016 19:27:12 +0200 Subject: [PATCH] Fixes jumping page introduced with 33a2a8b When using the setting "destroy hidden charts" the page jumps down and up while reloading dial-graphs. --- web/dashboard.slate.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/dashboard.slate.css b/web/dashboard.slate.css index 78cd8498..0536a3ed 100644 --- a/web/dashboard.slate.css +++ b/web/dashboard.slate.css @@ -24,9 +24,9 @@ body { display: flex; display: -webkit-flex; display: -moz-flex; - align-items: baseline; - -moz-align-items: baseline; - -webkit-align-items: baseline; + align-items: flex-end; + -moz-align-items: flex-end; + -webkit-align-items: flex-end; justify-content: center; -moz--webkit-justify-content: center; -moz-justify-content: center; -- 2.39.2