We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ddf872 commit 2852be0Copy full SHA for 2852be0
public/js/lib/editor/index.js
@@ -573,10 +573,10 @@ export default class Editor {
573
autoCloseTags: true,
574
foldGutter: true,
575
gutters: [
576
+ 'CodeMirror-lint-markers',
577
'CodeMirror-linenumbers',
578
'authorship-gutters',
- 'CodeMirror-foldgutter',
579
- 'CodeMirror-lint-markers'
+ 'CodeMirror-foldgutter'
580
],
581
extraKeys: this.defaultExtraKeys,
582
flattenSpans: true,
public/js/lib/editor/markdown-lint/lint.css
@@ -48,6 +48,7 @@
48
width: 16px;
49
vertical-align: middle;
50
position: relative;
51
+ margin-left: 5px;
52
}
53
54
.CodeMirror-lint-message-error, .CodeMirror-lint-message-warning {
0 commit comments