diff --git a/public/css/style.css b/public/css/style.css index 2eaf1f1..3a99024 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -92,7 +92,10 @@ code.hljs { .cm-editor { height: 337px; - max-height: 337px; + min-height: 100px; + max-height: none; + resize: vertical; + overflow: hidden; } .line-code.selected {