diff --git a/docs/components/badge.md b/docs/components/badge.md index 71b550f3b6..55a6df4f7d 100644 --- a/docs/components/badge.md +++ b/docs/components/badge.md @@ -41,10 +41,10 @@ Add any of the below mentioned modifier classes to change the appearance of a ba Use the `.badge-pill` modifier class to make badges more rounded (with a larger `border-radius` and additional horizontal `padding`). Useful if you miss the badges from v3. {% example html %} -Default -Primary -Success -Info -Warning -Danger +Default +Primary +Success +Info +Warning +Danger {% endexample %} diff --git a/docs/components/list-group.md b/docs/components/list-group.md index a043474558..bc7c8b1948 100644 --- a/docs/components/list-group.md +++ b/docs/components/list-group.md @@ -25,22 +25,22 @@ The most basic list group is simply an unordered list with list items, and the p {% endexample %} -## Tags +## Badge -Add tags to any list group item to show unread counts, activity, etc. +Add badges to any list group item to show unread counts, activity, etc. {% example html %}