2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

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
-6
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;
}
}
}