Skip to content

Commit daa51e7

Browse files
fix(ui5-icon): alignment issue in Safari (#2746)
- ui5-icon-root SVG is now forced with style "vertical-align: top" which fixes the misalignment. - no regressions introduced in the rest of the browsers.
1 parent bc78857 commit daa51e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/main/src/themes/Icon.css

+1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,5 @@
2525
.ui5-icon-root {
2626
display:flex;
2727
outline: none;
28+
vertical-align: top;
2829
}

0 commit comments

Comments
 (0)