1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

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.
This commit is contained in:
Mark Otto 2016-10-27 10:31:37 -07:00
parent 9dbfc90eae
commit 93ac9381be

View file

@ -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