set fix height

This commit is contained in:
Felix Lohmeier 2020-04-29 17:42:07 +02:00
parent 047cf20e9c
commit 06efe98436
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
<style>
.CodeMirror {
border: 1px solid #eee;
height: auto;
height: 70%;
}
</style>
</head>