Skip to content
Snippets Groups Projects
Commit 3a408884 authored by Marijn Haverbeke's avatar Marijn Haverbeke
Browse files

[mdn-like theme] Remove margin on linenumber element

Margins for gutter markers aren't supported, and this was
pushing the numbers into the content.

Issue #3098
parent a1d45cf0
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@
.cm-s-mdn-like.CodeMirror ::-moz-selection { background: #cfc; }
.cm-s-mdn-like .CodeMirror-gutters { background: #f8f8f8; border-left: 6px solid rgba(0,83,159,0.65); color: #333; }
.cm-s-mdn-like .CodeMirror-linenumber { color: #aaa; margin-left: 3px; }
.cm-s-mdn-like .CodeMirror-linenumber { color: #aaa; padding-left: 8px; }
div.cm-s-mdn-like .CodeMirror-cursor { border-left: 2px solid #222; }
.cm-s-mdn-like .cm-keyword { color: #6262FF; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment