diff options
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 { } |