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
Some 3rd party CSS stylessheets (i.e. Bootstrap) set box-sizing on all elements to border-box. This will lead to display problems.
border-box
The current workaround is to set the box-sizing of all descendant elements to content-box.
box-sizing
content-box
The text was updated successfully, but these errors were encountered:
I'd rather like to update Chosen to play well with border-box instead. So much more easier to handle and style this way.
Sorry, something went wrong.
No branches or pull requests
Some 3rd party CSS stylessheets (i.e. Bootstrap) set box-sizing on all elements to
border-box
.This will lead to display problems.
The current workaround is to set the
box-sizing
of all descendant elements tocontent-box
.The text was updated successfully, but these errors were encountered: