From: Mark Otto Date: Wed, 11 Jun 2014 05:39:27 +0000 (-0700) Subject: docs callout for #13219 X-Git-Tag: v3.2.0~82 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dacaf619d2410e69ad8d3252ea2d0e992e296a84;p=thirdparty%2Fbootstrap.git docs callout for #13219 --- 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.

+