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

This commit is contained in:
Torkel Ödegaard 2021-06-01 08:29:52 +02:00 committed by GitHub
parent fcdfa88089
commit ce63da63db
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)};
`,
});