- Fix word wrapping in message-part's <PRE>s for printing (#1485787)
| | |
| | | CHANGELOG RoundCube Webmail |
| | | =========================== |
| | | |
| | | - Fix word wrapping in message-part's <PRE>s for printing (#1485787) |
| | | - Fix incorrect word wrapping in outgoing plaintext multibyte messages (#1485714) |
| | | - Fix double footer in HTML message with embedded images |
| | | - Fix TNEF implementation bug (#1485773) |
| | |
| | | } |
| | | |
| | | div.message-part pre, |
| | | div.message-htmlpart pre, |
| | | div.message-part div.pre |
| | | { |
| | | margin: 0px; |
| | |
| | | color: #0000CC; |
| | | } |
| | | |
| | | div.message-part pre, |
| | | div.message-htmlpart pre, |
| | | div.message-part div.pre |
| | | { |
| | | margin: 0; |