aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2017-01-23 23:58:22 -0800
committerGitHub <[email protected]>2017-01-23 23:58:22 -0800
commitf18a4cdadd350ca56ca7e75477fe202fcd843c53 (patch)
tree3d930596158879559327032b190ee56a7572acfe
parent02e0fdbd52df6ad00fe2c8ba2bb10a7f0a62f021 (diff)
downloadbootstrap-f18a4cdadd350ca56ca7e75477fe202fcd843c53.tar.xz
bootstrap-f18a4cdadd350ca56ca7e75477fe202fcd843c53.zip
Allow flex-based navs to wrap like they used to (#21824)
-rw-r--r--scss/_nav.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/_nav.scss b/scss/_nav.scss
index eb316bb27..5e32c0d0a 100644
--- a/scss/_nav.scss
+++ b/scss/_nav.scss
@@ -5,6 +5,7 @@
.nav {
display: flex;
+ flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;