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

Popular posts from this blog

python Tkinter Capturing keyboard events save as one single string -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

javascript - Z-index in d3.js -