Skip to content

Commit

Permalink
🐛 Fix Icon Button align issue
Browse files Browse the repository at this point in the history
close #19392
  • Loading branch information
afc163 committed Oct 28, 2019
1 parent 2b46a23 commit 1d1e197
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions components/button/style/mixin.less
Expand Up @@ -124,6 +124,9 @@
z-index: 0;
}
}
> .@{btnClassName}-icon-only {
font-size: @font-size-base;
}
// size
&-lg > .@{btnClassName},
&-lg > span > .@{btnClassName} {
Expand Down

0 comments on commit 1d1e197

Please sign in to comment.