given `width: 100%` is always on a container now and it's constrained by max-width, we can remove our navbar changes from #21722 and #22383

This commit is contained in:
Mark Otto 2017-08-04 15:14:24 -07:00
parent 965a5bd7fe
commit 987ac632b5
1 changed files with 0 additions and 6 deletions

View File

@ -31,12 +31,6 @@
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
@include media-breakpoint-down(nth(map-keys($grid-breakpoints), 1)) {
width: 100%; // prevent flex parent container from collapsing
margin-right: 0;
margin-left: 0;
}
}
}