Skip to content

Commit

Permalink
fix(css): svg icon get cut off on safari
Browse files Browse the repository at this point in the history
  • Loading branch information
reuixiy committed Aug 14, 2021
1 parent f7c2684 commit 25e9e4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/scss/base/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ body {
}

.icon {
width: 1em;
width: 1.05em; // fixes svg icon get cut off on safari
height: 1em;
fill: currentColor;
display: inline-block;
Expand Down

0 comments on commit 25e9e4d

Please sign in to comment.