From 119677e2dd06089b9759a9594e69a5585edd8255 Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Fri, 28 Nov 2014 07:24:02 -0800 Subject: [PATCH] Fixed: System Info layout when no health warnings are active --- src/UI/System/Info/Health/HealthOkViewTemplate.hbs | 5 +++-- src/UI/System/Info/info.less | 4 ++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/src/UI/System/Info/Health/HealthOkViewTemplate.hbs b/src/UI/System/Info/Health/HealthOkViewTemplate.hbs index ca48e74c5..7d13af4ad 100644 --- a/src/UI/System/Info/Health/HealthOkViewTemplate.hbs +++ b/src/UI/System/Info/Health/HealthOkViewTemplate.hbs @@ -1,2 +1,3 @@ -No issues with your configuration - +
+
No issues with your configuration
+
\ No newline at end of file diff --git a/src/UI/System/Info/info.less b/src/UI/System/Info/info.less index 5c52339f5..cb9d449ea 100644 --- a/src/UI/System/Info/info.less +++ b/src/UI/System/Info/info.less @@ -2,4 +2,8 @@ dl.info { dt, dd { padding-bottom: 5px; } +} + +.health-ok { + margin-bottom: 30px; } \ No newline at end of file