diff options
author | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2015-12-14 20:16:58 +0100 |
---|---|---|
committer | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2015-12-14 20:16:58 +0100 |
commit | e7fe28e92a766e0a37cb75d1bee534d476f955ed (patch) | |
tree | f61f0adba2fbd937a6acbc833d721c49425beaae /css | |
parent | a988eedb8308aa327cef5107d2eeeb93d629a99f (diff) |
Increase minimum height for editor and console
Diffstat (limited to 'css')
-rw-r--r-- | css/codeq.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/css/codeq.css b/css/codeq.css index 4b1bec4..3a12b85 100644 --- a/css/codeq.css +++ b/css/codeq.css @@ -114,6 +114,7 @@ div.vertical-line{ /* code_editor */ .block > .code_editor { + min-height: 8em; } .block.block2 { @@ -126,7 +127,7 @@ div.vertical-line{ background: #222; font-size: 14px; padding: 0.5em; - min-height: 4em; + min-height: 8em; } .block-label { |