Fix print an email with fixed width pre tag which was causing mail gets printed in half page

This commit is contained in:
Hadi Nategh 2015-03-09 10:56:11 +00:00
parent 5e9c1681c4
commit 946bb45199
2 changed files with 6 additions and 0 deletions

View File

@ -774,6 +774,9 @@ blockquote blockquote blockquote blockquote blockquote blockquote{
overflow: visible;
height: auto;
}
pre {
width:99% !important;
}
div.mailDisplayContainer {
border-top: none;
overflow: visible !important;

View File

@ -773,6 +773,9 @@ blockquote blockquote blockquote blockquote blockquote blockquote {
overflow: visible;
height: auto;
}
pre {
width: 99% !important;
}
div.mailDisplayContainer {
border-top: none;
overflow: visible !important;