diff options
author | Aleš Smodiš <aless@guru.si> | 2015-09-16 13:18:49 +0200 |
---|---|---|
committer | Aleš Smodiš <aless@guru.si> | 2015-09-16 13:18:49 +0200 |
commit | c2b7956557835b1a232a84bdb262a700924a1538 (patch) | |
tree | bfbbe6034bf0232cdd746b86c072800c9db89efa /css/codeq | |
parent | d10866be04d45fc73eddce0ec7005161e69e97a2 (diff) |
Bugfix: console must not collapse spaces.
Diffstat (limited to 'css/codeq')
-rw-r--r-- | css/codeq/console.css | 11 |
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 { } |