From: Chris Rebert Date: Thu, 30 Jan 2014 20:24:45 +0000 (-0800) Subject: rm duplicate warning callouts in Input Groups docs X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=164367fe03ba8e85299c0cd3914afee296952b4e;p=thirdparty%2Fbootstrap.git rm duplicate warning callouts in Input Groups docs --- diff --git a/components.html b/components.html index 6cf14ab445..695482eadd 100644 --- a/components.html +++ b/components.html @@ -821,15 +821,6 @@ lead: "Over a dozen reusable components built to provide iconography, dropdowns, {% endhighlight %} -
-

Tooltips & popovers in input groups require special setting

-

When using tooltips or popovers on elements within an .input-group, you'll have to specify the option container: 'body' to avoid unwanted side effects (such as the element growing wider and/or losing its rounded corners when the tooltip or popover is triggered).

-
-
-

Don't mix with other components

-

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.

-
-

Sizing

Add the relative form sizing classes to the .input-group itself and contents within will automatically resize—no need for repeating the form control size classes on each element.