Skip to content
Snippets Groups Projects
Commit 9176e01d authored by DawoudSheraz's avatar DawoudSheraz
Browse files

fix inconsistent line breaks while creating course updates

parent 941ea262
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment