diff --git a/.betterer.results b/.betterer.results index 8c3e590c404..5bc1468bc92 100644 --- a/.betterer.results +++ b/.betterer.results @@ -3179,7 +3179,7 @@ exports[`better eslint`] = { [73, 37, 3, "Unexpected any. Specify a different type.", "193409811"], [89, 39, 3, "Unexpected any. Specify a different type.", "193409811"] ], - "public/app/core/components/ColorScale/ColorScale.tsx:661627953": [ + "public/app/core/components/ColorScale/ColorScale.tsx:12349772": [ [38, 24, 43, "Do not use any type assertions.", "1727107527"], [38, 25, 19, "Do not use any type assertions.", "1979047218"], [38, 41, 3, "Unexpected any. Specify a different type.", "193409811"] diff --git a/public/app/core/components/ColorScale/ColorScale.tsx b/public/app/core/components/ColorScale/ColorScale.tsx index a0be38c1664..d46743207bf 100644 --- a/public/app/core/components/ColorScale/ColorScale.tsx +++ b/public/app/core/components/ColorScale/ColorScale.tsx @@ -154,7 +154,6 @@ const getStyles = (theme: GrafanaTheme2, colors: string[]) => ({ position: relative; pointer-events: none; white-space: nowrap; - height: 10px; `, follower: css` position: absolute;