Skip to content

Commit 9f9d833

Browse files
committed
Merge pull request #2987 from jsfb/fix-markdown-output-wrap
Fixed linewrap issue on markdown output css. Fixes #2986
2 parents ddb1c74 + 2ea00ea commit 9f9d833

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs/css/react.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -684,6 +684,10 @@ p code {
684684
height: 100px
685685
}
686686

687+
.MarkdownEditor .content {
688+
white-space: pre-wrap;
689+
}
690+
687691
.hll {
688692
background-color: #f7ebc6;
689693
border-left: 5px solid #f7d87c;

0 commit comments

Comments
 (0)