]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
remove docs warning on inline vs inline-block for labels
authorMark Otto <markdotto@gmail.com>
Sat, 6 Dec 2014 08:30:28 +0000 (00:30 -0800)
committerMark Otto <markdotto@gmail.com>
Sat, 6 Dec 2014 08:30:28 +0000 (00:30 -0800)
docs/components/label.md

index ae36a8fd454b27b7815ddf75b60c52397f7bc1cc..e3c03bb93c17d3e4029b22765663675fa4b8ec81 100644 (file)
@@ -30,8 +30,3 @@ Add any of the below mentioned modifier classes to change the appearance of a la
 <span class="label label-warning">Warning</span>
 <span class="label label-danger">Danger</span>
 {% endexample %}
-
-<div class="bs-callout bs-callout-info">
-  <h4>Have tons of labels?</h4>
-  <p>Rendering problems can arise when you have dozens of inline labels within a narrow container, each containing its own <code>inline-block</code> element (like an icon). The way around this is setting <code>display: inline-block;</code>. For context and an example, <a href="https://github.com/twbs/bootstrap/issues/13219">see #13219</a>.</p>
-</div>