Skip to content

Commit

Permalink
🐛 Fix Input clear icon align problem
Browse files Browse the repository at this point in the history
close #18150
close #17414
  • Loading branch information
afc163 committed Aug 7, 2019
1 parent 96ef478 commit 57e05c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/input/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
.@{ant-prefix}-input-clear-icon {
color: @disabled-color;
font-size: @font-size-sm;
vertical-align: top;
vertical-align: 0;
cursor: pointer;
transition: color 0.3s;

Expand Down

0 comments on commit 57e05c5

Please sign in to comment.