Skip to content

Commit

Permalink
Fix #25746
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Mar 4, 2018
1 parent a651d73 commit c0e1f7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/4.0/migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,8 +243,8 @@ The navbar has been entirely rewritten in flexbox with improved support for alig

### Labels and badges

- Renamed `.label` to `.badge` to disambiguate from the `<label>` element.
- Dropped the `.badge` component as it was nearly identical to labels. Use the `.badge-pill` modifier together with the label component instead for that rounded look.
- Consolidated `.label` and `.badge` to disambiguate from the `<label>` element and simplify related components.
- Added `.badge-pill` as modifier for rounded "pill" look.
- Badges are no longer floated automatically in list groups and other components. Utility classes are now required for that.
- `.badge-default` has been dropped and `.badge-secondary` added to match component modifier classes used elsewhere.

Expand Down

0 comments on commit c0e1f7d

Please sign in to comment.