diff options
author | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2017-03-03 12:00:26 +0100 |
---|---|---|
committer | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2017-03-03 12:00:26 +0100 |
commit | 7944ead55213dfdbf8ad874a9c385a65cae11b21 (patch) | |
tree | c6abe63fc99f9a126ddc0892a34a285a8afae17d /css | |
parent | f53d7f5bd0ae3cbeec0549ef00662f81f755bc76 (diff) |
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 f8abfca..76107ad 100644 --- a/css/codeq.css +++ b/css/codeq.css @@ -382,7 +382,8 @@ div.CodeMirror span.CodeMirror-matchingbracket { overflow: auto; min-height: 50%; height: 50%; } - .quadrants.square-layout#screen-prolog > * > .block { + .quadrants.square-layout#screen-prolog > * > .block, + .quadrants.square-layout#screen-python > * > .block { overflow: auto; min-height: 100%; height: 100%; } |