From 9ebd8d39a9d5853dd66ebed9a5f17e327e99f3ac Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Tue, 14 Jan 2014 21:26:19 -0800 Subject: clarify docs regarding non-mixable components --- docs/css.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/css.html') diff --git a/docs/css.html b/docs/css.html index d8d6b8bb5..315e8249a 100644 --- a/docs/css.html +++ b/docs/css.html @@ -1580,6 +1580,10 @@ For example, <section> should be wrapped as inline. {% endhighlight %} +
+

Don't mix form groups with input groups

+

Do not mix form groups directly with input groups. Instead, nest the input group inside of the form group.

+

Inline form

-- cgit v1.2.3