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

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

nginx - phpPgAdmin - log in works but I have to login again after clicking on any links -