mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-30 16:50:00 +02:00
prefix those
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user