]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Allow flex-based navs to wrap like they used to (#21824)
authorMark Otto <markd.otto@gmail.com>
Tue, 24 Jan 2017 07:58:22 +0000 (23:58 -0800)
committerGitHub <noreply@github.com>
Tue, 24 Jan 2017 07:58:22 +0000 (23:58 -0800)
scss/_nav.scss

index eb316bb27b33ca1531cca5b11984a399e1477654..5e32c0d0af745af6ec03e1d10c5b71f645303d19 100644 (file)
@@ -5,6 +5,7 @@
 
 .nav {
   display: flex;
+  flex-wrap: wrap;
   padding-left: 0;
   margin-bottom: 0;
   list-style: none;