Skip to content

Commit

Permalink
fix(comp:selector): set vertical align center
Browse files Browse the repository at this point in the history
  • Loading branch information
sallerli1 committed Apr 25, 2022
1 parent 513c3d9 commit 622cddf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/components/_private/selector/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
&-content {
position: relative;
display: flex;
align-items: center;
color: @select-color;
background-color: @select-background-color;
border: @select-border-width @select-border-style @select-border-color;
Expand Down

0 comments on commit 622cddf

Please sign in to comment.