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
diff options
context:
space:
mode:
-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;