Remove min-height on CodeMirror, closes #1899

This commit is contained in:
Simon Willison 2022-11-17 23:20:49 -08:00
commit 63f923d013

View file

@ -4,7 +4,6 @@
.cm-editor {
resize: both;
overflow: hidden;
min-height: 70px;
width: 80%;
border: 1px solid #ddd;
}