mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-08 22:40:23 +01:00
Fix print an email with fixed width pre tag which was causing mail gets printed in half page
This commit is contained in:
parent
62c1fe4ce4
commit
56380371fa
@ -774,6 +774,9 @@ blockquote blockquote blockquote blockquote blockquote blockquote{
|
|||||||
overflow: visible;
|
overflow: visible;
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
|
pre {
|
||||||
|
width:99% !important;
|
||||||
|
}
|
||||||
div.mailDisplayContainer {
|
div.mailDisplayContainer {
|
||||||
border-top: none;
|
border-top: none;
|
||||||
overflow: visible !important;
|
overflow: visible !important;
|
||||||
|
@ -773,6 +773,9 @@ blockquote blockquote blockquote blockquote blockquote blockquote {
|
|||||||
overflow: visible;
|
overflow: visible;
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
|
pre {
|
||||||
|
width: 99% !important;
|
||||||
|
}
|
||||||
div.mailDisplayContainer {
|
div.mailDisplayContainer {
|
||||||
border-top: none;
|
border-top: none;
|
||||||
overflow: visible !important;
|
overflow: visible !important;
|
||||||
|
Loading…
Reference in New Issue
Block a user