From 24ccfb9ccc3d41ade2ba8be65d6da0aa192f8bd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Fri, 1 Feb 2019 15:23:32 +0100 Subject: [PATCH] More style tweaks to panel option group add button --- .../src/components/PanelOptionsGroup/_PanelOptionsGroup.scss | 2 ++ .../src/components/ThresholdsEditor/_ThresholdsEditor.scss | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/grafana-ui/src/components/PanelOptionsGroup/_PanelOptionsGroup.scss b/packages/grafana-ui/src/components/PanelOptionsGroup/_PanelOptionsGroup.scss index bff77695562..b5b815cf57c 100644 --- a/packages/grafana-ui/src/components/PanelOptionsGroup/_PanelOptionsGroup.scss +++ b/packages/grafana-ui/src/components/PanelOptionsGroup/_PanelOptionsGroup.scss @@ -54,6 +54,8 @@ .panel-options-group__title { font-size: 1.1rem; + position: relative; + top: 1px; } .panel-options-group__body { diff --git a/packages/grafana-ui/src/components/ThresholdsEditor/_ThresholdsEditor.scss b/packages/grafana-ui/src/components/ThresholdsEditor/_ThresholdsEditor.scss index eec93f3da6a..200adfbfd75 100644 --- a/packages/grafana-ui/src/components/ThresholdsEditor/_ThresholdsEditor.scss +++ b/packages/grafana-ui/src/components/ThresholdsEditor/_ThresholdsEditor.scss @@ -1,5 +1,5 @@ .thresholds { - margin-bottom: 10px; + margin-bottom: 20px; } .thresholds-row {