Skip to content

Commit

Permalink
fix(ui/icon): fix vertical align to bottom
Browse files Browse the repository at this point in the history
affects: @varlet/ui
  • Loading branch information
haoziqaq committed Nov 29, 2021
1 parent 827cb0a commit b2c4da9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/varlet-ui/src/icon/icon.less
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
align-items: center;
font-size: var(--icon-size);
color: inherit;
vertical-align: bottom;

&--shrinking {
transform: scale(0);
Expand Down

0 comments on commit b2c4da9

Please sign in to comment.