Browse Source

Fix hasFeedback icon overlap

close #7854
pull/7861/head
afc163 7 years ago
parent
commit
43659752d2
  1. 7
      components/form/style/index.less

7
components/form/style/index.less

@ -170,6 +170,13 @@ form {
}
}
// Fix issue: https://github.com/ant-design/ant-design/issues/7854
.@{ant-prefix}-input-search {
.@{ant-prefix}-input-suffix {
right: 28px;
}
}
// Fix issue: https://github.com/ant-design/ant-design/issues/4783
.@{ant-prefix}-calendar-picker,
.@{ant-prefix}-time-picker {

Loading…
Cancel
Save