Fixed #28685 -- Fixed awkward wrapping of Select2 chips.
This commit is contained in:
parent
e3a30f2d16
commit
3a191bd4ab
|
@ -122,8 +122,7 @@ select.admin-autocomplete {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
float: right;
|
float: right;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
margin-top: 5px;
|
margin: 5px;
|
||||||
margin-right: 10px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.select2-container--admin-autocomplete .select2-selection--multiple .select2-selection__choice {
|
.select2-container--admin-autocomplete .select2-selection--multiple .select2-selection__choice {
|
||||||
|
|
Loading…
Reference in New Issue