aboutsummaryrefslogtreecommitdiff
path: root/docs/components.html
diff options
context:
space:
mode:
authorJulian Thilo <[email protected]>2014-01-20 23:51:13 +0100
committerJulian Thilo <[email protected]>2014-01-20 23:51:13 +0100
commit4552bcf66fcaa0a6b40888efd99769edd91aa3bf (patch)
tree78b649a0099628d9028396d46c9b74c61f011785 /docs/components.html
parent4a36ecaac64dea84be85b4876fc3c8d20d87f8e8 (diff)
downloadbootstrap-4552bcf66fcaa0a6b40888efd99769edd91aa3bf.tar.xz
bootstrap-4552bcf66fcaa0a6b40888efd99769edd91aa3bf.zip
fix #12311
Diffstat (limited to 'docs/components.html')
-rw-r--r--docs/components.html11
1 files changed, 8 insertions, 3 deletions
diff --git a/docs/components.html b/docs/components.html
index 259354e7f..94e9d4fbb 100644
--- a/docs/components.html
+++ b/docs/components.html
@@ -1254,9 +1254,14 @@ lead: "Over a dozen reusable components built to provide iconography, dropdowns,
<h2 id="navbar-default">Default navbar</h2>
<p>Navbars are responsive meta components that serve as navigation headers for your application or site. They begin collapsed (and are toggleable) in mobile views and become horizontal as the available viewport width increases.</p>
- <div class="bs-callout bs-callout-info">
- <h4>Customize the collapsing point</h4>
- <p>Depending on the content in your navbar, you might need to change the point at which your navbar switches between collapsed and horizontal mode. Customize the <code>@grid-float-breakpoint</code> variable or add your own media query.</p>
+ <div class="bs-callout bs-callout-info" id="callout-navbar-overflow">
+ <h4>Overflowing content</h4>
+ <p>Since Bootstrap doesn't know how much space the content in your navbar needs, you might run into issues with content wrapping into a second row. To resolve this, you can:</p>
+ <ol type="a">
+ <li>Reduce the amount or width of navbar items.</li>
+ <li>Hide certain navbar items on certain screen sizes using <a href="../css/#responsive-utilities">responsive utility classes</a>.
+ <li>Change the point at which your navbar switches between collapsed and horizontal mode. Customize the <code>@grid-float-breakpoint</code> variable or add your own media query.</li>
+ </li>
</div>
<div class="bs-callout bs-callout-danger">
<h4>Requires JavaScript</h4>