소스 검색

Fix codemirror gutter offset

Steven Silvester 8 년 전
부모
커밋
ef77df0598
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  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