css - Bootstrap 4 styling issue with input select .form-control-lg on Firefox -
when using form-control-lg
on select input in firefox, text getting cut off.
the code:
<select class="form-control form-control-lg"> <option>large select</option> </select>
the result in firefox:
https://i.stack.imgur.com/284d8.png
it seems work fine in safari , chrome though. firefox fix this? thanks.
Comments
Post a Comment