Fix select overflow bug, close #6621

This commit is contained in:
afc163 2017-06-27 11:01:11 +08:00
parent 6e583325ea
commit 3816778b6b

View File

@ -281,7 +281,9 @@
.@{select-prefix-cls}-search--inline {
width: auto;
padding: 0;
max-width: 100%;
.@{select-prefix-cls}-search__field {
max-width: 100%;
width: 0.75em;
}
}