mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
Fix broken pgp encryption frame in mail compose
This commit is contained in:
parent
8b5ee28335
commit
5660f89b60
@ -676,7 +676,10 @@ div.mailDisplayHeaders div.mail_extraEmails.visible {
|
|||||||
.mailComposeBody {
|
.mailComposeBody {
|
||||||
white-space: normal !important;
|
white-space: normal !important;
|
||||||
}
|
}
|
||||||
|
.mailComposeBody iframe {
|
||||||
|
position: absolute;
|
||||||
|
height: 70% !important;
|
||||||
|
}
|
||||||
#mail-compose_mail_plaintext {
|
#mail-compose_mail_plaintext {
|
||||||
white-space: pre-wrap !important;
|
white-space: pre-wrap !important;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user