Sets code editor height to be auto, with a reasonable min height

This commit is contained in:
John Cowen 2018-06-18 19:07:57 +01:00
parent e4d71e637a
commit 7cd5e413ee
1 changed files with 4 additions and 1 deletions

View File

@ -19,7 +19,10 @@ $syntax-dark-gray: #535f73;
$syntax-gutter-grey: #2a2f36;
$syntax-yellow: $yellow;
.CodeMirror {
min-height: 300px;
height: auto;
}
.CodeMirror-lint-tooltip {
background-color: #f9f9fa;
border: 1px solid $syntax-light-gray;