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

This commit is contained in:
Sven Slootweg 2012-05-27 14:02:33 +02:00
parent 2a637ab4be
commit 5e642df6d3

View file

@ -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;
}
}