Browse Source

Merge pull request #16395 from ant-design/fix-auto-complete-align

fix: 🐛 Fix AutoComplete align issue
pull/16408/head
偏右 6 years ago
committed by GitHub
parent
commit
9403eae3d3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      components/auto-complete/style/index.less

8
components/auto-complete/style/index.less

@ -82,3 +82,11 @@
}
}
}
// https://github.com/ant-design/ant-design/issues/14156
.@{input-prefix-cls}-group > .@{autocomplete-prefix-cls} {
.@{select-prefix-cls}-search__field.@{input-prefix-cls}-affix-wrapper {
display: inline;
float: none;
}
}

Loading…
Cancel
Save