Published
- 1 min read
select2 increase height
The solution for this is noted below
select2 increase height
Solution
.select2-selection__rendered {
line-height: 35px !important;
}
.select2-container .select2-selection--single {
height: 35px !important;
}
.select2-selection__arrow {
height: 35px !important;
}
Try other methods by searching on the site. That is if this doesn’t work