mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-27 04:20:22 +08:00
Review comments
This commit is contained in:
parent
359bc2e1bc
commit
2c714357c4
@ -15,7 +15,7 @@
|
||||
}
|
||||
|
||||
#texteditor-container {
|
||||
.CodeMirror-gutter {
|
||||
.CodeMirror-gutter, .CodeMirror-gutters {
|
||||
@media print {
|
||||
background-color: @body-bg;
|
||||
}
|
||||
|
@ -11,6 +11,7 @@
|
||||
|
||||
.CodeMirror {
|
||||
line-height: @code_line_height; /* Changed from 1em to our global default */
|
||||
font-size: @notebook_font_size;
|
||||
height: auto; /* Changed to auto to autogrow */
|
||||
background: none; /* Changed from white to allow our bg to show through */
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user