From 0d0b5c7ddbd60808716a4cd41f3ba6aa40707cc1 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 18 Dec 2013 09:48:04 -0800 Subject: [PATCH] add inline note about navbar sizing --- components.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.