From 3fe78e4df77df893fb5fccb4a7395704e66c1a60 Mon Sep 17 00:00:00 2001 From: Timotej Lazar Date: Wed, 17 Feb 2016 15:53:59 +0100 Subject: Fix minimum editor height --- css/codeq.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/codeq.css b/css/codeq.css index 329e011..08313e9 100644 --- a/css/codeq.css +++ b/css/codeq.css @@ -194,7 +194,6 @@ div.vertical-line{ .block > .code_editor { border-bottom: 1px solid #e5e5e5; border-top: 1px solid #e5e5e5; - min-height: 8em; } .block-toolbar { @@ -261,6 +260,7 @@ div.vertical-line{ .CodeMirror-scroll { height: auto; + min-height: 6em; } /**** animations *****/ -- cgit v1.2.1