Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/VincentTam/huginn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorJustin Berthault <justin.berthault@zaclys.net>2018-02-11 20:03:37 +0300
committerJustin Berthault <justin.berthault@zaclys.net>2018-02-11 20:03:37 +0300
commite1f129e95e02c6b6cd4dd875aa320fd4e97fc802 (patch)
tree721b0714122ada6820cd4dc5b2c3af92f7c6d48a /static
parent96a2afff5884e95c505aa789993d53f38423c234 (diff)
Remove code wrapping
Diffstat (limited to 'static')
-rw-r--r--static/css/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/css/style.css b/static/css/style.css
index d090377..e421732 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -108,7 +108,7 @@ pre {
border-radius: 2px;
background: #22272E;
display: block;
- white-space: pre-wrap;
+ overflow-x: auto;
}
a {
font-weight: bold;