Made entire edit field have `cursor: text`.

pull/6/head
Jeroen Akkerman 6 years ago
parent 4f99b7de49
commit c34cebefd6

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -10,6 +10,10 @@
word-wrap: break-word;
}
.CodeMirror-scroll {
cursor: text;
}
.CodeMirror-fullscreen {
background: #fff;
position: fixed !important;

Loading…
Cancel
Save