-
Notifications
You must be signed in to change notification settings - Fork 3
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
css of autocompletes is faulty #330
Comments
To add to my comment from last week (above): when I looked at the CSS of this same-ish problem I came across, I noticed that yeah, there's a mismatch between font size and line height (and height). The computed default |
It's these four (copy/paste from my browser, minus the span with the dropdown arrow):
|
I think this might be this issue - so maybe moving to bootstrap 4 might solve the issue for us |
Later comments in a newer issue seem to indicate this is indeed a Bootstrap problem – with select2 – and that it persists in Bootstrap 4. Suggested fix is: https://github.com/apalfrey/select2-bootstrap-5-theme |
Ah, I guess you meant to say Bootstrap 5 anyway! |
please note: this is a preliminary fix and should be removed when moving to boostrap5, see the comments in the corresponding issue resolves #330
please note: this is a preliminary fix and should be removed when moving to boostrap5, see the comments in the corresponding issue resolves #330
please note: this is a preliminary fix and should be removed when moving to boostrap5, see the comments in the corresponding issue resolves #330
in autocompletes the selection and the default text are not in the middle of the line
setting
line-height: initial
for the span that holds the autocomplete fixes that-> there might be a better fix though
The text was updated successfully, but these errors were encountered: