diff options
| author | Mark Otto <[email protected]> | 2013-12-18 09:48:04 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-12-18 09:48:04 -0800 |
| commit | 0d0b5c7ddbd60808716a4cd41f3ba6aa40707cc1 (patch) | |
| tree | e12566ea80a0b76a5d65ff75f170e9257825ab2c | |
| parent | c1f68dd4d4bf54ed406420be45974ed831dd4437 (diff) | |
| download | bootstrap-0d0b5c7ddbd60808716a4cd41f3ba6aa40707cc1.tar.xz bootstrap-0d0b5c7ddbd60808716a4cd41f3ba6aa40707cc1.zip | |
add inline note about navbar sizing
| -rw-r--r-- | components.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components.html b/components.html index 8e61cf526..cdea79edc 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"> |
