fix the code popping

This commit is contained in:
Jeremy Ashkenas 2017-09-18 16:06:11 -04:00
parent 1965996933
commit c17b6b8863
2 changed files with 2 additions and 2 deletions

View File

@ -294,7 +294,7 @@ textarea {
height: 1em; height: 1em;
} }
.CodeMirror pre { .CodeMirror pre, pre.placeholder-code {
line-height: 1.4em; line-height: 1.4em;
} }

View File

@ -274,7 +274,7 @@ textarea {
height: 1em; height: 1em;
} }
.CodeMirror pre { .CodeMirror pre, pre.placeholder-code {
line-height: 1.4em; line-height: 1.4em;
} }