thomascube
2008-06-14 fca66b0ef41453397cc9f348f412dfd8643745f0
Let the browser wrap preformatted text

1 files modified
3 ■■■■ changed files
skins/default/mail.css 3 ●●●● patch | view | raw | blame | history
skins/default/mail.css
@@ -687,9 +687,10 @@
{
  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