Skip to content

Commit

Permalink
Allow flex-based navs to wrap like they used to (#21824)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo authored Jan 24, 2017
1 parent 02e0fdb commit f18a4cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scss/_nav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

.nav {
display: flex;
flex-wrap: wrap;
padding-left: 0;
margin-bottom: 0;
list-style: none;
Expand Down

0 comments on commit f18a4cd

Please sign in to comment.