Merge pull request #19561 from edx/dsheraz/educator_3851

fix inconsistent line breaks while creating course updates
This commit is contained in:
DawoudSheraz
2019-01-10 12:32:53 +05:00
committed by GitHub

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;