From a15c24410be8b94671dcfc3b154e0034a3aaf35f Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 9 Mar 2014 21:25:51 -0700 Subject: Fixes #12759 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ensures proper sizing and alignment of input groups within inline and navbar forms. * Uses `inline-table` on the input group * Nukes the widths to `width: auto`—without this, the parent input group doesn’t size correctly and functions as `display: table;` or `block` --- docs/css.html | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs/css.html') diff --git a/docs/css.html b/docs/css.html index 6b1a6c222..6cf3c6c82 100644 --- a/docs/css.html +++ b/docs/css.html @@ -1649,6 +1649,12 @@ For example, <section> should be wrapped as inline. +
+
+
@
+ +
+
-- cgit v1.2.3