Merge pull request #19561 from edx/dsheraz/educator_3851
fix inconsistent line breaks while creating course updates
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user