Merge pull request #2987 from jsfb/fix-markdown-output-wrap

Fixed linewrap issue on markdown output css.  Fixes #2986
This commit is contained in:
Paul O’Shannessy
2015-02-04 15:32:52 -08:00
parent 7254f167be
commit 2c06df31c8
+4
View File
@@ -684,6 +684,10 @@ p code {
height: 100px
}
.MarkdownEditor .content {
white-space: pre-wrap;
}
.hll {
background-color: #f7ebc6;
border-left: 5px solid #f7d87c;