diff --git a/docs/components/list-group.md b/docs/components/list-group.md index bc7c8b1948..f241d0431a 100644 --- a/docs/components/list-group.md +++ b/docs/components/list-group.md @@ -46,6 +46,26 @@ Add badges to any list group item to show unread counts, activity, etc. {% endexample %} +When in flexbox mode, you'll need to rearrange the contents of your list group items. To replicate the right-aligned badges as shown above, use the following example's code. Note the [`flex-items-xs-between` utility class](/layout/flexbox-grid/#horizontal-alignment), the badge's placement, and the lack of a float utility on the badges. + +{% highlight html %} + +{% endhighlight %} + + ## Disabled items Add `.disabled` to a `.list-group-item` to gray it out to appear disabled.