Skip to content

Commit

Permalink
fix(comp:button): button is not vertical center when it has icon (#1830)
Browse files Browse the repository at this point in the history
  • Loading branch information
threedayAAAAA committed Jan 25, 2024
1 parent 6b29646 commit cefdc0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/components/button/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

position: relative;
display: inline-flex;
vertical-align: middle;
align-items: center;
justify-content: center;
white-space: nowrap;
Expand Down

0 comments on commit cefdc0d

Please sign in to comment.