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

pull/35013/head
Torkel Ödegaard 4 years ago committed by GitHub
parent fcdfa88089
commit ce63da63db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      packages/grafana-ui/src/components/Collapse/Collapse.tsx

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

Loading…
Cancel
Save