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
For some reason, it is 5px additional to the left:
.ts-wrapper.single .ts-control:not(.rtl):after { right: calc(.75rem + 5px); }
When I add the following overrides, it gets fixed:
/* Align better with custom-select styles */ .ts-wrapper.single .ts-control:not(.rtl)::after { right: 0.75rem; }
Add a Tom Select single-value element and compare the caret position with a Bootstrap 4 select that has the "custom-select" class.
The text was updated successfully, but these errors were encountered:
This issue has not been active in 120 days and has been marked "stale". Remove stale label or comment or this will be closed in 15 days
Sorry, something went wrong.
I believe I can't remove the stale label.
No branches or pull requests
Bug description
For some reason, it is 5px additional to the left:
Expected behavior
When I add the following overrides, it gets fixed:
Steps to reproduce
Add a Tom Select single-value element and compare the caret position with a Bootstrap 4 select that has the "custom-select" class.
Additional context
The text was updated successfully, but these errors were encountered: