-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
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
Multiple Select: checkboxes are not centre aligned #5083
Comments
Yeah, I have this same problem too. your solution seems OK for me, though you won't want to add |
@IsmailM your solutions works for me. Thank you! |
@IsmailM I use your solution in a Meteor project, thank you. However, I've modified it a little: .input-field .dropdown-content [type="checkbox"]+label {
top: -11px !important; /* previously 1px; */
} In my case it is enough to align lines vertically. |
Same problem here, thx for the fix. For me to get it perfectly aligned, I did |
This is fixed in v1-dev |
The checkboxes in the multiple select are not aligned with the text.
See below of a screenshot of the docs page:
Potential Fix:
The text was updated successfully, but these errors were encountered: