Skip to content

Commit 2a1abbe

Browse files
authored
fix(theme): prevent text wrapping in nav dropdown menu
1 parent 3ec77ab commit 2a1abbe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ defineProps<{
4141
font-size: 14px;
4242
font-weight: 600;
4343
color: var(--vp-c-text-2);
44+
white-space: nowrap;
4445
transition: color 0.25s;
4546
}
4647
</style>

0 commit comments

Comments
 (0)