From: Chris Rebert Date: Thu, 16 Jan 2014 01:07:08 +0000 (-0800) Subject: reassert #12231 & #12232 (merge went badly?) X-Git-Tag: v3.1.0~89 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ef8d1bad4cb146961c32a063f12a87116214d9e;p=thirdparty%2Fbootstrap.git reassert #12231 & #12232 (merge went badly?) --- diff --git a/docs/components.html b/docs/components.html index f62a833211..259354e7fc 100644 --- a/docs/components.html +++ b/docs/components.html @@ -746,13 +746,13 @@ lead: "Over a dozen reusable components built to provide iconography, dropdowns,

Cross-browser compatibility

Avoid using <select> elements here as they cannot be fully styled in WebKit browsers.

-
+

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 group or grid column classes directly with input groups.

+

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.