Review comments

This commit is contained in:
Jonathan Frederic 2014-12-17 14:55:45 -08:00 committed by Jonathan Frederic
parent 359bc2e1bc
commit 2c714357c4
2 changed files with 2 additions and 1 deletions

View File

@ -15,7 +15,7 @@
}
#texteditor-container {
.CodeMirror-gutter {
.CodeMirror-gutter, .CodeMirror-gutters {
@media print {
background-color: @body-bg;
}

View File

@ -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 */
}