Pārlūkot izejas kodu

Fix codemirror gutter offset

Steven Silvester 8 gadi atpakaļ
vecāks
revīzija
ef77df0598
1 mainītis faili ar 5 papildinājumiem un 0 dzēšanām
  1. 5 0
      src/codemirror/index.css

+ 5 - 0
src/codemirror/index.css

@@ -62,6 +62,11 @@
 }
 
 
+.CodeMirror-gutter-wrapper {
+  margin-left: calc(-1 * var(--jp-code-padding));
+}
+
+
 /*
   Here is our jupyter theme for CodeMirror syntax highlighting
   This is used in our marked.js syntax highlighting and CodeMirror itself