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
Adding a label to the select results in the label's text aligned at text bottom with the lower border of the select.
<label for="test">label</label> <select id="test" ... />
How to align a label vertically centered with the select without having to adapt multiple styles from it?
The text was updated successfully, but these errors were encountered:
This should be fixed in the next release, which will be out later this week.
Sorry, something went wrong.
Sounds great, looking forward to your solution ... fiddling with vertical align and adapting box spacings from the selectbox seems a bit odd :)
I just released v3.0.0, so your issue should be fixed!
gfranko
No branches or pull requests
Adding a label to the select results in the label's text aligned at text bottom with the lower border of the select.
How to align a label vertically centered with the select without having to adapt multiple styles from it?
The text was updated successfully, but these errors were encountered: