Skip to content

Commit

Permalink
fix: Input clear icon align problem (#18151)
Browse files Browse the repository at this point in the history
* 🐛 Fix Input clear icon align problem

close #18150
close #17414

* Update index.less
  • Loading branch information
afc163 authored and zombieJ committed Aug 8, 2019
1 parent 0f60283 commit 2cadd5b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion components/input/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@
.@{ant-prefix}-input-clear-icon {
color: @disabled-color;
font-size: @font-size-sm;
vertical-align: top;
// https://github.com/ant-design/ant-design/pull/18151
// https://codesandbox.io/s/wizardly-sun-u10br
vertical-align: 0;
cursor: pointer;
transition: color 0.3s;

Expand Down

0 comments on commit 2cadd5b

Please sign in to comment.