Skip to content

Commit 6734a60

Browse files
committed
fix($theme-default): IE11 doesn't support shortcut of flex
Default value of flex is `flex: 1 1 auto`, while `flex: 1` is `1 1 0`
1 parent 8e555f6 commit 6734a60

File tree

1 file changed

+0
-2
lines changed
  • packages/@vuepress/theme-default/components

1 file changed

+0
-2
lines changed

packages/@vuepress/theme-default/components/Navbar.vue

-2
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,6 @@ $navbar-horizontal-padding = 1.5rem
117117
.search-box
118118
flex: 0 0 auto
119119
vertical-align top
120-
.nav-links
121-
flex 1
122120
123121
@media (max-width: $MQMobile)
124122
.navbar

0 commit comments

Comments
 (0)