diff --git a/packages/grafana-ui/src/components/ColorPicker/_ColorPicker.scss b/packages/grafana-ui/src/components/ColorPicker/_ColorPicker.scss index 626a03538bb..a961aa0ac84 100644 --- a/packages/grafana-ui/src/components/ColorPicker/_ColorPicker.scss +++ b/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'] {