Browse Source

🐛 Fix Input clear icon overclap with feedback icon (#20017)

close #19884
pull/20021/head
偏右 5 years ago
committed by GitHub
parent
commit
329edc1ed0
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      components/form/style/index.less

5
components/form/style/index.less

@ -140,6 +140,11 @@ form {
padding-right: 24px;
}
// https://github.com/ant-design/ant-design/issues/19884
.@{ant-prefix}-input-affix-wrapper .@{ant-prefix}-input-suffix {
padding-right: 18px;
}
.@{ant-prefix}-input-password-icon {
margin-right: 18px;
}

Loading…
Cancel
Save