From caebfcd246d7a09f311091adf2dbe835dee244b2 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 19 Mar 2017 15:47:34 -0700 Subject: Fix justified nav styles and update nav docs for fill/justify - Justified and fill nav variants need .nav-item classes on the anchors in addition to .nav-link - Fix broken styles for the .nav-justified class which wasn't actually doing what we needed it to --- scss/_nav.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'scss/_nav.scss') diff --git a/scss/_nav.scss b/scss/_nav.scss index 7d902a7c05..39f12432d8 100644 --- a/scss/_nav.scss +++ b/scss/_nav.scss @@ -99,7 +99,8 @@ .nav-justified { .nav-item { - flex: 1 1 100%; + flex-grow: 1; + flex-basis: 0; text-align: center; } } -- cgit v1.2.3