Comment 3 for bug 2000482

Revision history for this message
Stephanie Leary (stephanieleary) wrote :

One issue with the badge classes: .rounded-pill is intended to be added to .badge rather than replacing it. So a badge that was previously:

{{{badge badge-danger}}}

should now be:

{{{badge rounded-pill bg-danger}}}