Johannes Schill пре 6 година
родитељ
комит
95382f9920
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      packages/grafana-ui/src/components/ColorPicker/_ColorPicker.scss

+ 1 - 1
packages/grafana-ui/src/components/ColorPicker/_ColorPicker.scss

@@ -45,7 +45,7 @@ $arrowSize: 15px;
     border-right-color: transparent;
     border-top-color: transparent;
     top: 0;
-    left: calc(100% -$arrowSize);
+    left: calc(100%-#{$arrowSize});
   }
 
   &[data-placement^='right'] {