web: make <code> and <pre> 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)
This commit is contained in:
David Anderson 2015-01-21 10:07:08 -08:00
parent 4213cfedc8
commit f4095a1c39
1 changed files with 2 additions and 2 deletions

View File

@ -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;
}