Skip to content

Commit

Permalink
fix(ui5-icon): alignment issue in Safari (#2746)
Browse files Browse the repository at this point in the history
- 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.
  • Loading branch information
plamenivanov91 committed Feb 1, 2021
1 parent bc78857 commit daa51e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/main/src/themes/Icon.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@
.ui5-icon-root {
display:flex;
outline: none;
vertical-align: top;
}

0 comments on commit daa51e7

Please sign in to comment.