Make <pre> blocks in text versions of e-mails wrap around

master
Sven Slootweg 12 years ago
parent 2a637ab4be
commit 5e642df6d3

@ -6,6 +6,14 @@ html, body
background-color: #F7F7F7 !important;
}
pre {
white-space: pre-wrap;
white-space: -moz-pre-wrap;
white-space: -pre-wrap;
white-space: -o-pre-wrap;
word-wrap: break-word;
}
h1
{
margin: 0px;
@ -62,4 +70,4 @@ table td.body
{
border: 2px solid #313131;
padding: 16px 13px;
}
}

Loading…
Cancel
Save