mirror of
https://github.com/Ionaru/easy-markdown-editor
synced 2025-07-02 23:54:28 -06:00
Fix line wrapping (wasn't disabling)
This commit is contained in:
parent
aeb86dd418
commit
bcf70a53df
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user