diff options
| author | Mark Otto <[email protected]> | 2014-09-23 14:29:48 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-09-23 14:29:48 -0700 |
| commit | 5d051736a41b905ceca47b8121602db22c252576 (patch) | |
| tree | b606c0a30a10374168e93a4512b94cb74edb957f /docs/_includes | |
| parent | ccecb7cde4f954a8941100b24c1b0c2008088276 (diff) | |
| download | bootstrap-5d051736a41b905ceca47b8121602db22c252576.tar.xz bootstrap-5d051736a41b905ceca47b8121602db22c252576.zip | |
Add brief note about justified navs being unsupported to fix #14598
Diffstat (limited to 'docs/_includes')
| -rw-r--r-- | docs/_includes/components/navbar.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/_includes/components/navbar.html b/docs/_includes/components/navbar.html index 2bacc282d..5db4d52cf 100644 --- a/docs/_includes/components/navbar.html +++ b/docs/_includes/components/navbar.html @@ -3,6 +3,7 @@ <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> + <p><strong class="text-danger">Justified navbar nav links are currently not supported.</strong></p> <div class="bs-callout bs-callout-warning" id="callout-navbar-overflow"> <h4>Overflowing content</h4> |
