Skip to content

Commit ada2e2a

Browse files
authored
fix(theme-default): avoid long inline code breaking the layout (#180)
1 parent acbb1a7 commit ada2e2a

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

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ code {
4242
font-size: 0.85em;
4343
background-color: var(--c-bg-light);
4444
border-radius: 3px;
45+
overflow-wrap: break-word;
4546
}
4647

4748
blockquote {

0 commit comments

Comments
 (0)