diff options
author | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2016-02-17 15:53:59 +0100 |
---|---|---|
committer | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2016-02-17 15:53:59 +0100 |
commit | 3fe78e4df77df893fb5fccb4a7395704e66c1a60 (patch) | |
tree | 51579f23b1b63052025d5d348866f196a8b64dcf /css | |
parent | 91c7b7015e6646fb61bdc77731a6468493a2e27c (diff) |
Fix minimum editor height
Diffstat (limited to 'css')
-rw-r--r-- | css/codeq.css | 2 |
1 files changed, 1 insertions, 1 deletions
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 *****/ |