From: Mark Otto Date: Sat, 6 Dec 2014 08:30:28 +0000 (-0800) Subject: remove docs warning on inline vs inline-block for labels X-Git-Tag: v4.0.0-alpha~501 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6f2e9d8111b2aa00f3efd606027b45615c1cc069;p=thirdparty%2Fbootstrap.git remove docs warning on inline vs inline-block for labels --- diff --git a/docs/components/label.md b/docs/components/label.md index ae36a8fd45..e3c03bb93c 100644 --- a/docs/components/label.md +++ b/docs/components/label.md @@ -30,8 +30,3 @@ Add any of the below mentioned modifier classes to change the appearance of a la Warning Danger {% endexample %} - -
-

Have tons of labels?

-

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

-