瀏覽代碼

ThresholdEditor: Minor style fix for smaller screens (#16791)

Torkel Ödegaard 6 年之前
父節點
當前提交
e694fd8fb6
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      packages/grafana-ui/src/components/ThresholdsEditor/_ThresholdsEditor.scss

+ 2 - 0
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 {