summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorAleš Smodiš <aless@guru.si>2015-09-16 13:18:49 +0200
committerAleš Smodiš <aless@guru.si>2015-09-16 13:18:49 +0200
commitc2b7956557835b1a232a84bdb262a700924a1538 (patch)
treebfbbe6034bf0232cdd746b86c072800c9db89efa /css
parentd10866be04d45fc73eddce0ec7005161e69e97a2 (diff)
Bugfix: console must not collapse spaces.
Diffstat (limited to 'css')
-rw-r--r--css/codeq/console.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/css/codeq/console.css b/css/codeq/console.css
index 7d1f6ae..5f721b7 100644
--- a/css/codeq/console.css
+++ b/css/codeq/console.css
@@ -4,6 +4,17 @@
font-size: medium;
word-break: break-all;
}
+.cq-con-line {
+ white-space: pre-wrap;
+ background-color: transparent;
+ border: none;
+ color: inherit;
+ font-family: inherit;
+ font-size: inherit;
+ line-height: inherit;
+ margin: 0;
+ padding: 0;
+}
.cq-con-text {
}