From: Mark Otto Date: Mon, 27 Mar 2017 00:31:29 +0000 (-0700) Subject: fixes #21608 X-Git-Tag: v4.0.0-beta~147^2~81 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8edfe0ff561eab8b2610db6f161afa913ed8cb7b;p=thirdparty%2Fbootstrap.git fixes #21608 --- diff --git a/docs/migration.md b/docs/migration.md index 9cbdca52cd..2584a22e84 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.