diff options
| author | Mark Otto <[email protected]> | 2017-01-23 23:58:22 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-01-23 23:58:22 -0800 |
| commit | f18a4cdadd350ca56ca7e75477fe202fcd843c53 (patch) | |
| tree | 3d930596158879559327032b190ee56a7572acfe | |
| parent | 02e0fdbd52df6ad00fe2c8ba2bb10a7f0a62f021 (diff) | |
| download | bootstrap-f18a4cdadd350ca56ca7e75477fe202fcd843c53.tar.xz bootstrap-f18a4cdadd350ca56ca7e75477fe202fcd843c53.zip | |
Allow flex-based navs to wrap like they used to (#21824)
| -rw-r--r-- | scss/_nav.scss | 1 |
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; |
