Skip to content

Commit

Permalink
Merge pull request #2987 from jsfb/fix-markdown-output-wrap
Browse files Browse the repository at this point in the history
Fixed linewrap issue on markdown output css.  Fixes #2986
  • Loading branch information
zpao committed Jan 30, 2015
2 parents ddb1c74 + 2ea00ea commit 9f9d833
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/css/react.scss
Original file line number Diff line number Diff line change
Expand Up @@ -684,6 +684,10 @@ p code {
height: 100px
}

.MarkdownEditor .content {
white-space: pre-wrap;
}

.hll {
background-color: #f7ebc6;
border-left: 5px solid #f7d87c;
Expand Down

0 comments on commit 9f9d833

Please sign in to comment.