Fixed linewrap issue on markdown output css. Fixes #2986

This commit is contained in:
Jim
2015-01-30 12:19:18 -08:00
parent bab59cd090
commit 2ea00ea772
+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;