Skip to content

Commit eb970c3

Browse files
authored
fix(theme-default): break long links on overflow (close #266) (#273)
1 parent 7cbb163 commit eb970c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/@vuepress/theme-default/src/client/styles/normalize.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ a {
1818
font-weight: 500;
1919
color: var(--c-text-accent);
2020
text-decoration: none;
21+
overflow-wrap: break-word;
2122
}
2223

2324
p a code {

0 commit comments

Comments
 (0)