Skip to content

Commit

Permalink
Fix icon line-height for edge cases
Browse files Browse the repository at this point in the history
Refs: #6645
  • Loading branch information
sdvg committed Jan 21, 2025
1 parent 01bb5c0 commit 2e5fbfe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/components/src/components/icon/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,9 @@
&__icon:before {
font-size: inherit !important;
}

&__icon:before {
line-height: normal;
}
}
}

0 comments on commit 2e5fbfe

Please sign in to comment.