forked from extern/egroupware
Fix print an email with fixed width pre tag which was causing mail gets printed in half page
This commit is contained in:
parent
5e9c1681c4
commit
946bb45199
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user