Commit 838924ee authored by Herst's avatar Herst Committed by XhmikosR
Browse files

Mention replacement for .btn-group-justified (#23838)

Solution mentioned by Chris Baswell at https://stackoverflow.com/a/45969088
parent 71469a2f
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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.
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment