mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-01 03:29:39 +08:00
Fix TreeSelect placeholder, close #1657
This commit is contained in:
parent
7b7f846161
commit
41a0245f6e
@ -204,7 +204,8 @@
|
||||
position: relative;
|
||||
}
|
||||
|
||||
&-selection__placeholder {
|
||||
&-selection__placeholder,
|
||||
&-search__field__placeholder { // for TreeSelect compatibility
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 9px;
|
||||
|
Loading…
Reference in New Issue
Block a user