From 93ac9381be198c901fb26b1dbadfef88c66cee58 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 27 Oct 2016 10:31:37 -0700 Subject: [PATCH] Fixes #17631: Add mention of removed .btn-group-justified It was only available for anchor elements and not button elements, so it was super weird to support. Might be bringing it back with flexbox though in v4 as an option. --- docs/migration.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/migration.md b/docs/migration.md index 5e7236f8a9..ea7c67f65b 100644 --- a/docs/migration.md +++ b/docs/migration.md @@ -105,6 +105,7 @@ New to Bootstrap 4 is the Reboot, a new stylesheet that builds on Normalize with ### Button group - Dropped the `.btn-group-xs` class entirely given removal of `.btn-xs`. +- Removed justified button groups as they were only available for `` elements and not `