From 08aa7aaa5135ed7d060cdf40726834da7b92e118 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Fri, 26 Sep 2014 17:53:35 -0700 Subject: [PATCH] Port #14598 over to hosted docs --- components/index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/index.html b/components/index.html index 39a535503d..210b608fe3 100644 --- a/components/index.html +++ b/components/index.html @@ -2176,6 +2176,7 @@

Easily make tabs or pills equal widths of their parent at screens wider than 768px with .nav-justified. On smaller screens, the nav links are stacked.

+

Justified navbar nav links are currently not supported.

Safari and responsive justified navs

As of v7.0.1, Safari exhibits a bug in which resizing your browser horizontally causes rendering errors in the justified nav that are cleared upon refreshing. This bug is also shown in the justified nav example.

@@ -2296,6 +2297,7 @@

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.

+

Justified navbar nav links are currently not supported.

Overflowing content

-- 2.47.2