From f54ba2078322131c13f7d7c967924bd3422196f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Tue, 6 Feb 2018 13:01:23 +0100 Subject: [PATCH] fix: css fix, found a better way to fix #10772 --- public/app/plugins/panel/dashlist/module.html | 2 +- public/sass/components/_panel_dashlist.scss | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/public/app/plugins/panel/dashlist/module.html b/public/app/plugins/panel/dashlist/module.html index 586e7f7d097..8fa3e7ef71f 100644 --- a/public/app/plugins/panel/dashlist/module.html +++ b/public/app/plugins/panel/dashlist/module.html @@ -4,7 +4,7 @@ {{group.header}}
- + {{dash.title}} diff --git a/public/sass/components/_panel_dashlist.scss b/public/sass/components/_panel_dashlist.scss index 2ac95a97ee0..193484db713 100644 --- a/public/sass/components/_panel_dashlist.scss +++ b/public/sass/components/_panel_dashlist.scss @@ -5,6 +5,7 @@ .dashlist-section { margin-bottom: $spacer; + padding-top: 3px; } .dashlist-link { @@ -21,8 +22,4 @@ .fa-star { color: $orange; } - - &--no-section-header { - margin-top: 0; - } }