-
-
Notifications
You must be signed in to change notification settings - Fork 204
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
Some css fixed #19
Comments
@bArraxas Could you please show some sample html which reproduces the problem? |
Hi, @ttskch I think we have the same problem, here a picture : But the correction is not totally correct for us: Thanks :-) |
@dchevilletRDR Could you please show some reproducing html? |
Please check PR #56, have fixed that there. |
tagliala
added a commit
to tagliala/select2-bootstrap4-theme
that referenced
this issue
Mar 3, 2021
- Uses Bootstrap's `custom-select` implementation for uniformity - Use SVG background image for clear button - Add some lints to improve code readability - Use the same Browserlist configuration as Bootstrap 4.6 Ref: https://getbootstrap.com/docs/4.6/components/forms/#select-menu Close: ttskch#49, ttskch#60, ttskch#61, ttskch#19
tagliala
added a commit
to tagliala/select2-bootstrap4-theme
that referenced
this issue
Mar 13, 2021
- Uses Bootstrap's `custom-select` implementation for uniformity - Use SVG background image for clear button - Add some lints to improve code readability - Use the same Browserlist configuration as Bootstrap 4.6 Ref: https://getbootstrap.com/docs/4.6/components/forms/#select-menu Close: ttskch#49, ttskch#60, ttskch#61, ttskch#19
tagliala
added a commit
to tagliala/select2-bootstrap4-theme
that referenced
this issue
Mar 14, 2021
- Uses Bootstrap's `custom-select` implementation for uniformity - Use SVG background image for clear button - Add some lints to improve code readability - Use the same Browserlist configuration as Bootstrap 4.6 Ref: https://getbootstrap.com/docs/4.6/components/forms/#select-menu Close: ttskch#49, ttskch#60, ttskch#61, ttskch#19
tagliala
added a commit
to tagliala/select2-bootstrap4-theme
that referenced
this issue
Mar 14, 2021
- Uses Bootstrap's `custom-select` implementation for uniformity - Use SVG background image for clear button - Add some lints to improve code readability - Use the same Browserlist configuration as Bootstrap 4.6 Ref: https://getbootstrap.com/docs/4.6/components/forms/#select-menu Close: ttskch#49, ttskch#60, ttskch#61, ttskch#19
tagliala
added a commit
to tagliala/select2-bootstrap4-theme
that referenced
this issue
Mar 14, 2021
- Uses Bootstrap's `custom-select` implementation for uniformity - Use SVG background image for clear button - Add some lints to improve code readability - Use the same Browserlist configuration as Bootstrap 4.6 Ref: https://getbootstrap.com/docs/4.6/components/forms/#select-menu Close: ttskch#49, ttskch#60, ttskch#61, ttskch#19
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I use bootstrap v4.3.1 and and select2-bootstrap4-them v1.2.2
The background of select is grey at place of white.
And it seem labels are not correctly aligned verticaly.
I had fixed the problem with those lines :
.select2 { background-color: #fff; }
.select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered { line-height: 2.45em; }
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice { margin-top: 0.5em; }
Thanks for your job ;-)
The text was updated successfully, but these errors were encountered: