Answers for "change height of select2"

0

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

Browse Popular Code Answers by Language