From 238a929262a2f332420e908885d5430dfadae331 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Tue, 14 May 2019 18:47:35 +0200 Subject: [PATCH] Panels: Fixed alert icon position in panel header (#17070) --- public/sass/components/_panel_table.scss | 2 +- public/sass/pages/_alerting.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/sass/components/_panel_table.scss b/public/sass/components/_panel_table.scss index e47e639a65e..dbd76dcd3a1 100644 --- a/public/sass/components/_panel_table.scss +++ b/public/sass/components/_panel_table.scss @@ -123,7 +123,7 @@ } .table-panel-table-header-inner { - padding: 0.45em 0 0.45em 1.1em; + padding: 0.3em 0 0.45em 1.1em; text-align: left; color: $blue; position: absolute; diff --git a/public/sass/pages/_alerting.scss b/public/sass/pages/_alerting.scss index f285ab753ff..28756756aa5 100644 --- a/public/sass/pages/_alerting.scss +++ b/public/sass/pages/_alerting.scss @@ -32,7 +32,7 @@ .panel-alert-icon:before { content: '\e611'; position: relative; - top: 5px; + top: 1px; left: -3px; } }