aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2017-03-26 17:31:29 -0700
committerMark Otto <[email protected]>2017-03-26 17:31:29 -0700
commit8edfe0ff561eab8b2610db6f161afa913ed8cb7b (patch)
tree332ad4212bd038e3298a23fe8396eebfc1be36bc /docs
parent6331b9962b39f6a4ccacef397089a9d92fadb43f (diff)
downloadbootstrap-8edfe0ff561eab8b2610db6f161afa913ed8cb7b.tar.xz
bootstrap-8edfe0ff561eab8b2610db6f161afa913ed8cb7b.zip
fixes #21608
Diffstat (limited to 'docs')
-rw-r--r--docs/migration.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/migration.md b/docs/migration.md
index 9cbdca52c..2584a22e8 100644
--- a/docs/migration.md
+++ b/docs/migration.md
@@ -108,6 +108,7 @@ New to Bootstrap 4 is the Reboot, a new stylesheet that builds on Normalize with
### Button group
- Rewrote component with flexbox.
+- Removed `.btn-group-justified`.
- 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.