diff --git a/docs/_includes/components/labels.html b/docs/_includes/components/labels.html index bc2d5f9a25..ce0c5b4f09 100644 --- a/docs/_includes/components/labels.html +++ b/docs/_includes/components/labels.html @@ -32,4 +32,9 @@ Warning Danger {% endhighlight %} + +
+

Have tons of labels?

+

Rendering problems can arise when you have dozens of inline labels within a narrow container, each containing it's own inline-block element (like an icon). The way around this is setting display: inline-block;. For context and an example, see #13219.

+