We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
To fix this, I added the following:
.select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered { overflow: visible; }
and changed line-height:
.select2-container--bootstrap4 .select2-selection--single { height: calc(2.25rem + 2px); line-height: 1; padding: 0.75rem 1.125rem 0.75rem 0.375rem; }
to
.select2-container--bootstrap4 .select2-selection--single { height: calc(2.25rem + 2px); line-height: 0.5; padding: 0.75rem 1.125rem 0.75rem 0.375rem; }
and this is what it now looks like:
The text was updated successfully, but these errors were encountered:
@CloudyBrain Can you please submit this as a PR?
Sorry, something went wrong.
No branches or pull requests
To fix this, I added the following:
and changed line-height:
to
and this is what it now looks like:
The text was updated successfully, but these errors were encountered: