fix that searchable select input doesn't overflow the arrow
This commit is contained in:
parent
7d950558e4
commit
b854568ed8
1 changed files with 4 additions and 0 deletions
|
@ -5513,6 +5513,10 @@ output {
|
||||||
.searchableSelect {
|
.searchableSelect {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
|
.form-control {
|
||||||
|
padding-right: 37px;
|
||||||
|
}
|
||||||
|
|
||||||
.searchableSelect-shadow {
|
.searchableSelect-shadow {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue