Skip to content

Commit

Permalink
Mention replacement for .btn-group-justified (#23838)
Browse files Browse the repository at this point in the history
Solution mentioned by Chris Baswell at https://stackoverflow.com/a/45969088
  • Loading branch information
Herst authored and XhmikosR committed Sep 27, 2017
1 parent 71469a2 commit 838924e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/4.0/migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ New to Bootstrap 4 is the [Reboot]({{ site.baseurl }}/docs/{{ site.docs_version
### Button group

- Rewrote component with flexbox.
- Removed `.btn-group-justified`.
- Removed `.btn-group-justified`. As a replacement you can use `<div class="btn-group d-flex" role="group"></div>` as a wrapper around elements with `.w-100`.
- Dropped the `.btn-group-xs` class entirely given removal of `.btn-xs`.
- Removed explicit spacing between button groups in button toolbars; use margin utilities now.
- Improved documentation for use with other components.
Expand Down

0 comments on commit 838924e

Please sign in to comment.