Skip to content

Commit

Permalink
fix($theme-default): IE11 doesn't support shortcut of flex
Browse files Browse the repository at this point in the history
Default value of flex is `flex: 1 1 auto`, while `flex: 1` is `1 1 0`
  • Loading branch information
ulivz committed Nov 18, 2018
1 parent 8e555f6 commit 6734a60
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/@vuepress/theme-default/components/Navbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,6 @@ $navbar-horizontal-padding = 1.5rem
.search-box
flex: 0 0 auto
vertical-align top
.nav-links
flex 1
@media (max-width: $MQMobile)
.navbar
Expand Down

0 comments on commit 6734a60

Please sign in to comment.