mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-03 04:30:06 +08:00
fix: select-search-box broken style
This commit is contained in:
parent
60e66dbafe
commit
bcab1c180b
@ -109,7 +109,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
&-no-arrow &-selection-selected-value {
|
||||
&-selection-selected-value {
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
@ -153,6 +153,14 @@
|
||||
}
|
||||
}
|
||||
|
||||
&-no-arrow {
|
||||
padding-right: 0;
|
||||
|
||||
.@{select-prefix-cls}-selection__rendered {
|
||||
margin-right: 11px;
|
||||
}
|
||||
}
|
||||
|
||||
&-selection__rendered {
|
||||
position: relative;
|
||||
display: block;
|
||||
|
Loading…
Reference in New Issue
Block a user