]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
forgot to add display flex to the navbar, so utils weren't applying
authorMark Otto <markdotto@gmail.com>
Wed, 28 Dec 2016 06:14:30 +0000 (22:14 -0800)
committerMark Otto <markd.otto@gmail.com>
Wed, 28 Dec 2016 06:37:09 +0000 (22:37 -0800)
scss/_navbar.scss

index ecda1cbbfe7b971cc0a87a84a88865b204a62306..71de44e56bf573bb66772ffb6f07c0bd766e7b6c 100644 (file)
@@ -5,6 +5,7 @@
 
 .navbar {
   position: relative;
+  display: flex;
   padding: $navbar-padding-y $navbar-padding-x;
 }