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 02:53:15 -04:00 committed by GitHub
parent 3eca7864ed
commit ec170be577
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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