alecpl
2008-09-19 466c6ee174c99ac8b823bb8d3d64d60122be5f15
#1485378: fix text wrapping


2 files modified
6 ■■■■ changed files
skins/default/mail.css 3 ●●●● patch | view | raw | blame | history
skins/default/print.css 3 ●●●●● patch | view | raw | blame | history
skins/default/mail.css
@@ -782,8 +782,9 @@
  margin: 0px;
  padding: 0px;
  font-family: monospace;
  white-space: -moz-pre-wrap !important;
  white-space: pre;
  white-space: -moz-pre-wrap !important;
  white-space: -o-pre-wrap !important;
  word-wrap: break-word; /* IE (and Safari) */
}
skins/default/print.css
@@ -108,7 +108,10 @@
  margin: 0;
  padding: 0;
  white-space: pre;
  white-space: -o-pre-wrap !important;
  white-space: -moz-pre-wrap !important;
  font-family: monospace;
  word-wrap: break-word; /* IE (and Safari) */
}
div.message-part blockquote