We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, maybe there's already an open issue for this, but I couldn't find anything.
This is directly related to this fix #32636 that removes some padding on <select> specifically for Firefox with a negative -moz-padding-start.
<select>
-moz-padding-start
But it seems this bug has been addressed in Firefox, and now there isn't enough padding ?
Screenshots from the docs either in 5.2 or 5.3 :
Thanks for looking into it :)
The text was updated successfully, but these errors were encountered:
@julien-deramond I think Firefox shipped an update to address their padding issue. Wondering if we should remove that custom override now?
Sorry, something went wrong.
.form-select
Successfully merging a pull request may close this issue.
Hi, maybe there's already an open issue for this, but I couldn't find anything.
This is directly related to this fix #32636 that removes some padding on
<select>
specifically for Firefox with a negative-moz-padding-start
.But it seems this bug has been addressed in Firefox, and now there isn't enough padding ?
Screenshots from the docs either in 5.2 or 5.3 :
Thanks for looking into it :)
The text was updated successfully, but these errors were encountered: