fix inconsistent line breaks while creating course updates

This commit is contained in:
DawoudSheraz
2019-01-09 10:35:25 +05:00
parent 941ea262b1
commit 9176e01db5

View File

@@ -195,7 +195,7 @@ div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #f22;}
.CodeMirror-wrap pre {
word-wrap: break-word;
white-space: pre-wrap;
word-break: normal;
word-break: break-word;
}
.CodeMirror-code pre {
border-right: 30px solid transparent;