Collapse: Fixes icon (angle down/right) positioning (#34930) (#35009)

(cherry picked from commit ce63da63db)

Co-authored-by: Torkel Ödegaard <torkel@grafana.org>
This commit is contained in:
Grot (@grafanabot)
2021-06-01 08:53:15 +02:00
committed by GitHub
co-authored by Torkel Ödegaard
parent 3eca7864ed
commit ec170be577
@@ -78,7 +78,7 @@ const getStyles = (theme: GrafanaTheme2) => ({
`,
icon: css`
label: collapse__icon;
margin-left: -5px;
margin: ${theme.spacing(0, 1, 0, -1)};
`,
});