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
In alpha.6 btn-toolbar content doesn't wrap to container size.
This example from the doc http://v4-alpha.getbootstrap.com/components/button-group/#button-toolbar Lock the container size and an horizontal scrollbar appear. In alpha.5 btn-toolbar content fits well
Here is the jsfiddle : https://jsfiddle.net/L84dbasj/
Is it due to flexbox, and that component is not rewritten in alpha.6?
The text was updated successfully, but these errors were encountered:
docs(btn-toolbar): add a flex-wrap class to btn-toolbar waiting for a…
91b6ca7
… better solution if exists see bootstrap issue twbs/bootstrap#21699
Allow button toolbars to wrap
86c0b00
Fixes #21699
Allow button toolbars to wrap (#21826)
9d7d84e
Thanks for the fix for btn-toolbar, but maybe also need to allow .btn-group to wrap?
.btn-group
At least for the sample of custom checkbox and radio : https://v4-alpha.getbootstrap.com/components/buttons/#checkbox-and-radio-buttons
Sorry, something went wrong.
No branches or pull requests
In alpha.6 btn-toolbar content doesn't wrap to container size.
This example from the doc http://v4-alpha.getbootstrap.com/components/button-group/#button-toolbar
Lock the container size and an horizontal scrollbar appear. In alpha.5 btn-toolbar content fits well
Here is the jsfiddle : https://jsfiddle.net/L84dbasj/
Is it due to flexbox, and that component is not rewritten in alpha.6?
The text was updated successfully, but these errors were encountered: