From 0d0b5c7ddbd60808716a4cd41f3ba6aa40707cc1 Mon Sep 17 00:00:00 2001 From: Mark Otto <otto@github.com> 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: "../" <h2 id="navbar-forms">Forms</h2> <p>Place form content within <code>.navbar-form</code> for proper vertical alignment and collapsed behavior in narrow viewports. Use the alignment options to decide where it resides within the navbar content.</p> - <p>As a heads up, <code>.navbar-form</code> shares much of its code with <code>.form-inline</code> via mixin.</p> + <p>As a heads up, <code>.navbar-form</code> shares much of its code with <code>.form-inline</code> via mixin. <strong class="text-danger">Some form controls, like input groups, may require fixed widths to be show up properly within a navbar.</strong></p> <div class="bs-example"> <nav class="navbar navbar-default" role="navigation"> <div class="navbar-header"> -- GitLab