Collapse: Fix miss-aligned arrow icon (#53452)

This commit is contained in:
Ivana Huckova
2022-08-09 15:05:10 +02:00
committed by GitHub
parent 534ece064b
commit ab739bf0e6

View File

@@ -79,7 +79,7 @@ const getStyles = (theme: GrafanaTheme2) => ({
`,
icon: css`
label: collapse__icon;
margin: ${theme.spacing(0, 1, 0, -1)};
margin: ${theme.spacing(0.25, 1, 0, -1)};
`,
});