From e8f9174d086a01176041bd5b751c022190f12ea9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Tue, 18 Dec 2018 09:58:27 +0100 Subject: [PATCH] Minor update --- public/app/plugins/panel/gauge/Thresholds.tsx | 1 - public/sass/components/_thresholds.scss | 1 - 2 files changed, 2 deletions(-) diff --git a/public/app/plugins/panel/gauge/Thresholds.tsx b/public/app/plugins/panel/gauge/Thresholds.tsx index 8da5253d7c9..dd0dcc1e33b 100644 --- a/public/app/plugins/panel/gauge/Thresholds.tsx +++ b/public/app/plugins/panel/gauge/Thresholds.tsx @@ -211,7 +211,6 @@ export default class Thresholds extends PureComponent return (
Thresholds
- Click the colored line to add a threshold
{this.renderIndicator()} diff --git a/public/sass/components/_thresholds.scss b/public/sass/components/_thresholds.scss index a5d7f2f9bb1..dbcc9951ff7 100644 --- a/public/sass/components/_thresholds.scss +++ b/public/sass/components/_thresholds.scss @@ -1,6 +1,5 @@ .thresholds { display: flex; - margin-top: 30px; } .threshold-rows {