fix(theme): prevent text wrapping in nav dropdown menu

pull/2010/head
maomao 2 years ago committed by GitHub
parent 3ec77ab7af
commit 2a1abbe45e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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>

Loading…
Cancel
Save