aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorHerst <[email protected]>2017-09-27 09:53:56 +0200
committerXhmikosR <[email protected]>2017-09-27 10:53:56 +0300
commit838924eefc23f8f56e737d6976d29f74354e99f2 (patch)
tree75a46a0e2b1864fb0ef81897d2f7be7108e510a8 /docs
parent71469a2facb0b96f09eb1ba4f01cc0f115da795c (diff)
downloadbootstrap-838924eefc23f8f56e737d6976d29f74354e99f2.tar.xz
bootstrap-838924eefc23f8f56e737d6976d29f74354e99f2.zip
Mention replacement for .btn-group-justified (#23838)
Solution mentioned by Chris Baswell at https://stackoverflow.com/a/45969088
Diffstat (limited to 'docs')
-rw-r--r--docs/4.0/migration.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4.0/migration.md b/docs/4.0/migration.md
index 300d43dbd..898283b22 100644
--- a/docs/4.0/migration.md
+++ b/docs/4.0/migration.md
@@ -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.