Skip to content

Commit b20720e

Browse files
committed
code block format
1 parent 0100b27 commit b20720e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

style.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,10 @@ blockquote {
154154
}
155155

156156
code {
157-
157+
display: block;
158+
white-space: pre-wrap;
159+
word-break: break-all;
160+
word-wrap: break-word;
158161
}
159162

160163
pre:before {

0 commit comments

Comments
 (0)