Skip to content

Commit 2ea00ea

Browse files
committed
Fixed linewrap issue on markdown output css. Fixes facebook#2986
1 parent bab59cd commit 2ea00ea

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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)