Let the browser wrap preformatted text

release-0.6
thomascube 18 years ago
parent 83a7636872
commit fca66b0ef4

@ -687,9 +687,10 @@ div.message-part div.pre
{
margin: 0px;
padding: 0px;
font-family: monospace;
white-space: -moz-pre-wrap !important;
white-space: pre;
font-family: monospace;
word-wrap: break-word; /* IE (and Safari) */
}
div.message-part blockquote

Loading…
Cancel
Save