Skip to content

Commit

Permalink
prefix those
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Dec 24, 2017
1 parent 853e5cb commit 1fbf531
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/4.0/examples/justified-nav/justified-nav.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
Expand Down

0 comments on commit 1fbf531

Please sign in to comment.