Fix Safari Icon alignment (#24610)

This commit is contained in:
Alex Khomenko 2020-05-13 12:08:19 +03:00 committed by GitHub
parent 03940c8471
commit 04c75265b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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