aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-01-30 12:24:45 -0800
committerChris Rebert <[email protected]>2014-01-30 12:25:02 -0800
commitc86c8de4f2c2e28fa02ae1f91b769945579610a4 (patch)
tree4e9599a167e34f8a1b72abe4db5910b5c62cdcad /docs
parenta9567a9e0c0e2ed8bef5d91c8afcb8c8b8b940e3 (diff)
downloadbootstrap-c86c8de4f2c2e28fa02ae1f91b769945579610a4.tar.xz
bootstrap-c86c8de4f2c2e28fa02ae1f91b769945579610a4.zip
rm duplicate warning callouts in Input Groups docs
Diffstat (limited to 'docs')
-rw-r--r--docs/components.html9
1 files changed, 0 insertions, 9 deletions
diff --git a/docs/components.html b/docs/components.html
index 6cf14ab44..695482ead 100644
--- a/docs/components.html
+++ b/docs/components.html
@@ -821,15 +821,6 @@ lead: "Over a dozen reusable components built to provide iconography, dropdowns,
</div>
{% endhighlight %}
- <div class="bs-callout bs-callout-warning">
- <h4>Tooltips &amp; popovers in input groups require special setting</h4>
- <p>When using tooltips or popovers on elements within an <code>.input-group</code>, you'll have to specify the option <code>container: 'body'</code> to avoid unwanted side effects (such as the element growing wider and/or losing its rounded corners when the tooltip or popover is triggered).</p>
- </div>
- <div class="bs-callout bs-callout-warning">
- <h4>Don't mix with other components</h4>
- <p>Do not mix form groups or grid column classes directly with input groups. Instead, nest the input group inside of the form group or grid-related element.</p>
- </div>
-
<h2 id="input-groups-sizing">Sizing</h2>
<p>Add the relative form sizing classes to the <code>.input-group</code> itself and contents within will automatically resize—no need for repeating the form control size classes on each element.</p>
<form class="bs-example bs-example-form" role="form">