Answers for "how set height and width for select2 select box"

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

Code answers related to "how set height and width for select2 select box"

Browse Popular Code Answers by Language