-
Notifications
You must be signed in to change notification settings - Fork 61
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
Button 'Select All' is bigger that others? #51
Comments
it is not about browser, also I do not think - it is about widget itself… it looks to be because of styles in your project… so fix also should be on you side… (just add your styles using classnames already in widget) |
so… it was looking correctly with bootstrap 3 when I was testing it… (at least, few years ago, btw) |
first button contain a input. Last two is just a div with plain text. @zxbodya |
.gallery-manager input[type="checkbox"] {
margin-top: 0px;
vertical-align: middle;
} |
Hi! Good widget, but it looks very ugly in my project.
Is simple way to fix this bug, but overriding rules for this purpose is really no well idea and may not work when widget will updated
Please, check how you widget looks in different browsers and correct styles
The text was updated successfully, but these errors were encountered: