Fix broken pgp encryption frame in mail compose

This commit is contained in:
Hadi Nategh 2023-02-08 12:29:20 +01:00
parent 8b5ee28335
commit 5660f89b60

View File

@ -676,7 +676,10 @@ div.mailDisplayHeaders div.mail_extraEmails.visible {
.mailComposeBody {
white-space: normal !important;
}
.mailComposeBody iframe {
position: absolute;
height: 70% !important;
}
#mail-compose_mail_plaintext {
white-space: pre-wrap !important;
}