From: Mark Otto Date: Fri, 4 Aug 2017 22:14:24 +0000 (-0700) Subject: given `width: 100%` is always on a container now and it's constrained by max-width... X-Git-Tag: v4.0.0-beta~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=987ac632b56af217e2b0144fb88af664fa1a796d;p=thirdparty%2Fbootstrap.git 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 --- diff --git a/scss/_navbar.scss b/scss/_navbar.scss index ab238e56b9..e02371a1d3 100644 --- a/scss/_navbar.scss +++ b/scss/_navbar.scss @@ -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; - } } }