From: Herst Date: Wed, 27 Sep 2017 07:53:56 +0000 (+0200) Subject: Mention replacement for .btn-group-justified (#23838) X-Git-Tag: v4.0.0-beta.2~199 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=838924eefc23f8f56e737d6976d29f74354e99f2;p=thirdparty%2Fbootstrap.git Mention replacement for .btn-group-justified (#23838) Solution mentioned by Chris Baswell at https://stackoverflow.com/a/45969088 --- diff --git a/docs/4.0/migration.md b/docs/4.0/migration.md index 300d43dbd0..898283b225 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 `
` 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.