Skip to content

Commit 8ee6b90

Browse files
authored
fix(theme): navbar style (#2202)
1 parent d3d72a6 commit 8ee6b90

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/client/theme-default/components/VPNavBar.vue

+1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ const classes = computed(() => ({
6464
height: var(--vp-nav-height);
6565
transition: border-color 0.5s, background-color 0.5s;
6666
pointer-events: none;
67+
white-space: nowrap;
6768
}
6869
6970
.VPNavBar.has-sidebar {

0 commit comments

Comments
 (0)