mirror of https://github.com/BOINC/boinc.git
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:
parent
4213cfedc8
commit
f4095a1c39
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue