Allow flex-based navs to wrap like they used to (#21824)

This commit is contained in:
Mark Otto 2017-01-23 23:58:22 -08:00 committed by GitHub
parent 02e0fdbd52
commit f18a4cdadd
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@
.nav {
display: flex;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;