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

fix: 🐛 Fix AutoComplete align issue
This commit is contained in:
偏右 2019-04-30 18:26:19 +08:00 committed by GitHub
commit 9403eae3d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
}
}