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 %} - -
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.