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