summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorTimotej Lazar <timotej.lazar@fri.uni-lj.si>2015-12-14 20:16:58 +0100
committerTimotej Lazar <timotej.lazar@fri.uni-lj.si>2015-12-14 20:16:58 +0100
commite7fe28e92a766e0a37cb75d1bee534d476f955ed (patch)
treef61f0adba2fbd937a6acbc833d721c49425beaae /css
parenta988eedb8308aa327cef5107d2eeeb93d629a99f (diff)
Increase minimum height for editor and console
Diffstat (limited to 'css')
-rw-r--r--css/codeq.css3
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 {