aboutsummaryrefslogtreecommitdiff
path: root/juick-www/src/main/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'juick-www/src/main/static/style.css')
-rw-r--r--juick-www/src/main/static/style.css7
1 files changed, 2 insertions, 5 deletions
diff --git a/juick-www/src/main/static/style.css b/juick-www/src/main/static/style.css
index fd81070b..afd62c7e 100644
--- a/juick-www/src/main/static/style.css
+++ b/juick-www/src/main/static/style.css
@@ -34,11 +34,8 @@ hr {
margin: 10px 0;
}
pre {
- white-space: pre-wrap;
- white-space: -moz-pre-wrap;
- white-space: -pre-wrap;
- white-space: -o-pre-wrap;
- word-wrap: break-word;
+ white-space: pre;
+ overflow-x: auto;
}
.u {
text-decoration: underline;