Skip to content

Commit 8668062

Browse files
committed
Enforce wrapping of text in pre code blocks
Signed-off-by: Anurag Priyam <[email protected]>
1 parent e018f8e commit 8668062

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css/github-pandoc.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ pre {
188188
}
189189

190190
pre > code {
191-
white-space: pre-wrap;
191+
white-space: pre-wrap !important;
192192
}
193193

194194
/**

0 commit comments

Comments
 (0)