Commit 04c75265 by Alex Khomenko Committed by GitHub

Fix Safari Icon alignment (#24610)

parent 03940c84
...@@ -117,6 +117,7 @@ const getStyles = stylesFactory((theme: GrafanaTheme, surface: SurfaceType, size ...@@ -117,6 +117,7 @@ const getStyles = stylesFactory((theme: GrafanaTheme, surface: SurfaceType, size
`, `,
icon: css` icon: css`
margin-bottom: 0; margin-bottom: 0;
vertical-align: baseline;
display: flex; display: flex;
`, `,
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment