aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-10-27 10:31:37 -0700
committerMark Otto <[email protected]>2016-10-27 10:31:37 -0700
commit93ac9381be198c901fb26b1dbadfef88c66cee58 (patch)
tree24b2d941f5adca572d4577e27b6f01c6355d40d7 /docs
parent9dbfc90eae7b1eda2b0e0b501a7e223d0cce688c (diff)
downloadbootstrap-93ac9381be198c901fb26b1dbadfef88c66cee58.tar.xz
bootstrap-93ac9381be198c901fb26b1dbadfef88c66cee58.zip
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.
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 5e7236f8a..ea7c67f65 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 `<a>` elements and not `<button>` elements.
### Dropdowns