Skip to content

Commit

Permalink
given width: 100% is always on a container now and it's constrained…
Browse files Browse the repository at this point in the history
… by max-width, we can remove our navbar changes from #21722 and #22383
  • Loading branch information
mdo committed Aug 4, 2017
1 parent 965a5bd commit 987ac63
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions scss/_navbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
}

Expand Down

0 comments on commit 987ac63

Please sign in to comment.