fix that searchable select input doesn't overflow the arrow

This commit is contained in:
Felix Niklas 2015-06-25 10:46:57 +02:00
parent 7d950558e4
commit b854568ed8

View file

@ -5513,6 +5513,10 @@ output {
.searchableSelect { .searchableSelect {
position: relative; position: relative;
.form-control {
padding-right: 37px;
}
.searchableSelect-shadow { .searchableSelect-shadow {
display: none; display: none;
} }