From f4095a1c39708f52935d97e721f81f5a46381e77 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Wed, 21 Jan 2015 10:07:08 -0800 Subject: [PATCH] web: make and
 BBCode text word-wrap

If you don't, and there's a long item,
table cells are stretched out and other items become hard to read
(need to scroll horizontally)
---
 html/user/main.css | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/html/user/main.css b/html/user/main.css
index b9a6112418..e5b9700de6 100644
--- a/html/user/main.css
+++ b/html/user/main.css
@@ -400,7 +400,7 @@ span.inboxunread {
 .pre {
     font-family: "Courier New", courier, monospace;
     display: block;
-    white-space: pre;
+#white-space: pre;
     overflow: auto;
 }
 
@@ -411,7 +411,7 @@ span.inboxunread {
     border-left-width: 3px;
     border-left-style: solid;
     padding-left: 1em;
-    white-space: pre;
+#white-space: pre;
     overflow: auto;
 }