in css add: .CodeMirror-line-numbers { lline-height: 15px } Then the line numbers walk next to the actual lines. (And also skips wrapped lines)
in css add:
.CodeMirror-line-numbers { lline-height: 15px }
Then the line numbers walk next to the actual lines. (And also skips wrapped lines)