From 5d051736a41b905ceca47b8121602db22c252576 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 23 Sep 2014 14:29:48 -0700 Subject: [PATCH] Add brief note about justified navs being unsupported to fix #14598 --- docs/_includes/components/navbar.html | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/_includes/components/navbar.html b/docs/_includes/components/navbar.html index 2bacc282db..5db4d52cf9 100644 --- a/docs/_includes/components/navbar.html +++ b/docs/_includes/components/navbar.html @@ -3,6 +3,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