Skip to content

Commit

Permalink
fix($theme-default): add text ellipsis to navbar (#1683) (#1840)
Browse files Browse the repository at this point in the history
  • Loading branch information
YuYang019 authored and kefranabg committed Sep 10, 2019
1 parent c6f1322 commit 74017c5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/@vuepress/theme-default/components/Navbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -125,4 +125,9 @@ $navbar-horizontal-padding = 1.5rem
display none
.links
padding-left 1.5rem
.site-name
width calc(100vw - 9.4rem)
overflow hidden
white-space nowrap
text-overflow ellipsis
</style>

0 comments on commit 74017c5

Please sign in to comment.