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:35:56 +00:00
parent 62c1fe4ce4
commit 56380371fa
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;