0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-18 10:52:19 +01:00

prefix those

This commit is contained in:
Mark Otto 2017-12-23 16:19:49 -08:00
parent 853e5cb801
commit 1fbf531e07

View File

@ -27,11 +27,13 @@ body {
@media (min-width: 768px) {
.navbar-nav {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
}
.navbar-nav .nav-item {
-ms-flex: 1 0 auto;
-webkit-box-flex: 1;
flex: 1 0 auto;
}
}