Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2017-08-05 01:14:24 +0300
committerMark Otto <markdotto@gmail.com>2017-08-05 01:14:24 +0300
commit987ac632b56af217e2b0144fb88af664fa1a796d (patch)
tree22d282c9a8ea54c84573488a9df00a8dfccf0d2d
parent965a5bd7fe919ac4e205a4d97d63b84118f94c65 (diff)
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 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;
- }
}
}