Fix line wrapping (wasn't disabling)

This commit is contained in:
Wes Cossick 2015-06-26 14:07:31 -05:00
parent aeb86dd418
commit bcf70a53df

View file

@ -369,7 +369,7 @@ div.CodeMirror span.CodeMirror-nonmatchingbracket {
font-family: inherit;
font-size: inherit;
margin: 0;
white-space: pre-wrap;
white-space: pre;
word-wrap: normal;
line-height: inherit;
color: inherit;