Published
- 1 min read
bootstrap select dropdown height size
The solution for this is noted below
bootstrap select dropdown height size
Solution
<select class="selectpicker" data-size="2">
<!-- add data-size="" -->
<option>1</option>
<option>2</option>
<option>3</option>
<option>4</option>
<option>5</option>
</select>
Try other methods by searching on the site. That is if this doesn’t work