Skip to content
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

Open
maks-sl opened this issue Nov 23, 2017 · 6 comments
Open

Button 'Select All' is bigger that others? #51

maks-sl opened this issue Nov 23, 2017 · 6 comments

Comments

@maks-sl
Copy link

maks-sl commented Nov 23, 2017

Hi! Good widget, but it looks very ugly in my project.

1
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

fix1
Please, check how you widget looks in different browsers and correct styles

@zxbodya
Copy link
Owner

zxbodya commented Nov 23, 2017

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)

@maks-sl
Copy link
Author

maks-sl commented Nov 23, 2017

My styles?..Strange situation.. I'm try to disable all used styles and it's has no effect
tryingdisable

@zxbodya
Copy link
Owner

zxbodya commented Nov 23, 2017

so… it was looking correctly with bootstrap 3 when I was testing it… (at least, few years ago, btw)

@maks-sl
Copy link
Author

maks-sl commented Nov 23, 2017

Perhaps it's really bug in my particular case.. My kludge below =)

solution

@bscheshirwork
Copy link
Contributor

bscheshirwork commented Nov 19, 2018

first button contain a input. Last two is just a div with plain text.
peek 2018-11-19 14-52

@zxbodya
I think
We need a separated css rule for this case

@bscheshirwork
Copy link
Contributor

.gallery-manager input[type="checkbox"] {
    margin-top: 0px;
    vertical-align: middle;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants