From 6f2e9d8111b2aa00f3efd606027b45615c1cc069 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 6 Dec 2014 00:30:28 -0800 Subject: [PATCH] remove docs warning on inline vs inline-block for labels --- docs/components/label.md | 5 ----- 1 file changed, 5 deletions(-) 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.

-