]> git.donarmstrong.com Git - roundcube.git/blobdiff - skins/default/print.css
Imported Upstream version 0.2~stable
[roundcube.git] / skins / default / print.css
index a36f87a1f04d09e79a0d7855beeff4662e61e324..fa9c38c7efc0f0c8d850bbee340ce6698839f28e 100644 (file)
@@ -107,8 +107,12 @@ div.message-part div.pre
 {
   margin: 0;
   padding: 0;
-  white-space: pre;
   font-family: monospace;
+  white-space: -o-pre-wrap !important;
+  white-space: -moz-pre-wrap !important;
+  white-space: pre-wrap !important;
+  white-space: pre;
+  word-wrap: break-word; /* IE (and Safari) */
 }
 
 div.message-part blockquote