Answers for "select2 container height"

1

select2 increase height

.select2-selection__rendered {
    line-height: 35px !important;
}
.select2-container .select2-selection--single {
    height: 35px !important;
}
.select2-selection__arrow {
    height: 35px !important;
}
Posted by: Guest on May-11-2021
-1

select2 full width

<select class="js-example-responsive" style="width: 50%"></select>
<select class="js-example-responsive" multiple="multiple" style="width: 75%"></select>
Posted by: Guest on July-09-2020

Code answers related to "select2 container height"

Browse Popular Code Answers by Language