Skip to content

Commit

Permalink
fix(theme): link in list will not wrap auto
Browse files Browse the repository at this point in the history
  • Loading branch information
ATQQ committed Jan 11, 2023
1 parent 167a474 commit ec7d4fa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/client/theme-default/styles/components/vp-doc.css
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,11 @@
color: var(--vp-c-brand-dark);
}

.vp-doc ol>li a,
.vp-doc ul>li a{
overflow-wrap: break-word;
}

.vp-doc strong {
font-weight: 600;
}
Expand Down

0 comments on commit ec7d4fa

Please sign in to comment.