Merge pull request #342 from 2betop/master

修复 select searchable 宽度没有撑开的问题
This commit is contained in:
liaoxuezhi 2019-11-11 15:01:08 +08:00 committed by GitHub
commit f187863be5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 9 deletions

View File

@ -50,15 +50,6 @@
white-space: nowrap;
}
&--searchable {
.#{$ns}Select-placeholder,
.#{$ns}Select-value {
position: absolute;
top: 0;
left: 0;
}
}
&--multi {
height: auto;