Floating labels and select positioned with different padding on Firefox
Created by: ddneat
While reading the documentation with the v5 examples, I noticed that the floating labels and select value are off. The following screenshot was taken from the documentation: https://getbootstrap.com/docs/5.0/forms/floating-labels/#selects
- macOS 11.0.1
- Firefox 84.0.1
I could not reproduce this issue on Safari nor Chrome. My first investigation using the devtools and playing around with different paddings and font-sizes was unsuccessful.
Would you have any hints on resolving this issue? I would be happy to provide a PR.