diff options
| author | Mark Otto <[email protected]> | 2014-12-06 00:30:28 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-12-06 00:30:28 -0800 |
| commit | 6f2e9d8111b2aa00f3efd606027b45615c1cc069 (patch) | |
| tree | fb27d4b4d0d98d96b66e6b1cb5ee37a15eebe2fb /docs/components | |
| parent | 8ef926b4fb0450c46950e7df3f1ad82502a93b92 (diff) | |
| download | bootstrap-6f2e9d8111b2aa00f3efd606027b45615c1cc069.tar.xz bootstrap-6f2e9d8111b2aa00f3efd606027b45615c1cc069.zip | |
remove docs warning on inline vs inline-block for labels
Diffstat (limited to 'docs/components')
| -rw-r--r-- | docs/components/label.md | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/components/label.md b/docs/components/label.md index ae36a8fd4..e3c03bb93 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 <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> |
