From: Mark Otto Date: Wed, 28 Dec 2016 06:14:30 +0000 (-0800) Subject: forgot to add display flex to the navbar, so utils weren't applying X-Git-Tag: v4.0.0-alpha.6~142 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c14ba036c630cd34e1af9960605bc53dd75829df;p=thirdparty%2Fbootstrap.git forgot to add display flex to the navbar, so utils weren't applying --- diff --git a/scss/_navbar.scss b/scss/_navbar.scss index ecda1cbbfe..71de44e56b 100644 --- a/scss/_navbar.scss +++ b/scss/_navbar.scss @@ -5,6 +5,7 @@ .navbar { position: relative; + display: flex; padding: $navbar-padding-y $navbar-padding-x; }