Skip to content

Commit b811c2a

Browse files
zhou-ygchrisvfritz
authored andcommitted
#nav li, lead to wrap when using Chinese language in firefox. (vuejs#373)
add "nowrap" to prevent this case.
1 parent d2bceb4 commit b811c2a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

themes/vue/source/css/page.styl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ $header-height = 40px
2828
display inline-block
2929
position relative
3030
margin 0 .6em
31+
white-space nowrap
3132

3233
.nav-link
3334
padding-bottom 3px

0 commit comments

Comments
 (0)