Skip to content

Commit 26a0fd8

Browse files
authored
fix(styles) restore wrapping of long text in pre blocks (#6377)
1 parent 7a63ba3 commit 26a0fd8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/style/_markdown.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
white-space: pre-wrap;
99
background: none;
1010
padding: 0px;
11+
overflow-wrap: break-word;
1112
}
1213

1314
code {
@@ -23,4 +24,4 @@
2324
pre > code {
2425
display: block;
2526
}
26-
}
27+
}

0 commit comments

Comments
 (0)