Fix Safari Icon alignment (#24610)

pull/24615/head
Alex Khomenko 6 years ago committed by GitHub
parent 03940c8471
commit 04c75265b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      packages/grafana-ui/src/components/IconButton/IconButton.tsx

@ -117,6 +117,7 @@ const getStyles = stylesFactory((theme: GrafanaTheme, surface: SurfaceType, size
`,
icon: css`
margin-bottom: 0;
vertical-align: baseline;
display: flex;
`,
};

Loading…
Cancel
Save