From e694fd8fb6e69eca1aa69bd5ae7a4fd84a760dc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Fri, 26 Apr 2019 19:15:37 +0200 Subject: [PATCH] ThresholdEditor: Minor style fix for smaller screens (#16791) --- .../src/components/ThresholdsEditor/_ThresholdsEditor.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/grafana-ui/src/components/ThresholdsEditor/_ThresholdsEditor.scss b/packages/grafana-ui/src/components/ThresholdsEditor/_ThresholdsEditor.scss index 0f2bb6669ca..4662be0322f 100644 --- a/packages/grafana-ui/src/components/ThresholdsEditor/_ThresholdsEditor.scss +++ b/packages/grafana-ui/src/components/ThresholdsEditor/_ThresholdsEditor.scss @@ -31,6 +31,7 @@ display: flex; align-items: center; justify-content: center; + flex-shrink: 0; cursor: pointer; &:hover { @@ -40,6 +41,7 @@ .thresholds-row-color-indicator { width: 10px; + flex-shrink: 0; } .thresholds-row-input {