Skip to content

Commit 0d32a42

Browse files
authored
Updated the css to support comment formatting
1 parent 3a2ce8a commit 0d32a42

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

css/main.scss

+5-1
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,10 @@ article .comment-divider {
137137
max-width: 100%;
138138
}
139139

140+
article .comment-message {
141+
white-space: pre-wrap;
142+
}
143+
140144
blockquote {
141145
margin: 1em;
142146
padding: 0.5em 0.5em 0.5em 1em;
@@ -236,4 +240,4 @@ code.highlighter-rouge {
236240
text-decoration: none;
237241
}
238242
}
239-
243+

0 commit comments

Comments
 (0)