slightly less cramped code

This commit is contained in:
Jeremy Ashkenas 2017-09-18 14:06:45 -04:00
parent a67dfae985
commit 1965996933
2 changed files with 8 additions and 0 deletions

View File

@ -294,6 +294,10 @@ textarea {
height: 1em;
}
.CodeMirror pre {
line-height: 1.4em;
}
.CodeMirror,
.placeholder-code {
/* https://codemirror.net/demo/resize.html */

View File

@ -274,6 +274,10 @@ textarea {
height: 1em;
}
.CodeMirror pre {
line-height: 1.4em;
}
.CodeMirror,
.placeholder-code {
/* https://codemirror.net/demo/resize.html */