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:
parent
9dbfc90eae
commit
93ac9381be
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue