9 lines
230 B
CSS
9 lines
230 B
CSS
|
|
.cmb-type-pw-multiselect .select2-selection__choice,
|
||
|
|
.cmb-type-pw-multiselect .select2-search--inline {
|
||
|
|
margin-bottom: 0;
|
||
|
|
line-height: inherit;
|
||
|
|
}
|
||
|
|
|
||
|
|
.cmb-type-pw-multiselect .select2-selection__choice {
|
||
|
|
cursor: move !important;
|
||
|
|
}
|