2
0
mirror of https://github.com/felixlohmeier/turtle-web-editor.git synced 2025-05-04 00:00:25 +02:00

set fix height

This commit is contained in:
Felix Lohmeier 2020-04-29 17:42:07 +02:00
parent 047cf20e9c
commit 06efe98436

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