From: Mark Otto Date: Wed, 18 Dec 2013 17:48:04 +0000 (-0800) Subject: add inline note about navbar sizing X-Git-Tag: v3.1.0~146^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d0b5c7ddbd60808716a4cd41f3ba6aa40707cc1;p=thirdparty%2Fbootstrap.git add inline note about navbar sizing --- diff --git a/components.html b/components.html index 8e61cf5265..cdea79edce 100644 --- a/components.html +++ b/components.html @@ -2174,7 +2174,7 @@ base_url: "../"

Place form content within .navbar-form for proper vertical alignment and collapsed behavior in narrow viewports. Use the alignment options to decide where it resides within the navbar content.

-

As a heads up, .navbar-form shares much of its code with .form-inline via mixin.

+

As a heads up, .navbar-form shares much of its code with .form-inline via mixin. Some form controls, like input groups, may require fixed widths to be show up properly within a navbar.