aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2017-08-04 15:14:24 -0700
committerMark Otto <[email protected]>2017-08-04 15:14:24 -0700
commit987ac632b56af217e2b0144fb88af664fa1a796d (patch)
tree22d282c9a8ea54c84573488a9df00a8dfccf0d2d
parent965a5bd7fe919ac4e205a4d97d63b84118f94c65 (diff)
downloadbootstrap-987ac632b56af217e2b0144fb88af664fa1a796d.tar.xz
bootstrap-987ac632b56af217e2b0144fb88af664fa1a796d.zip
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
-rw-r--r--scss/_navbar.scss6
1 files changed, 0 insertions, 6 deletions
diff --git a/scss/_navbar.scss b/scss/_navbar.scss
index ab238e56b..e02371a1d 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;
- }
}
}