Skip to content

Commit

Permalink
fix(theme): prevent text wrapping in nav dropdown menu
Browse files Browse the repository at this point in the history
  • Loading branch information
maomao1996 authored Feb 28, 2023
1 parent 3ec77ab commit 2a1abbe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/client/theme-default/components/VPMenuGroup.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ defineProps<{
font-size: 14px;
font-weight: 600;
color: var(--vp-c-text-2);
white-space: nowrap;
transition: color 0.25s;
}
</style>

0 comments on commit 2a1abbe

Please sign in to comment.