Fix resize handler in mail compose

This commit is contained in:
Hadi Nategh 2023-02-17 12:37:19 +01:00
parent d17f7d2e55
commit f7bcc773a8
2 changed files with 2 additions and 2 deletions

View File

@ -4630,7 +4630,7 @@ app.classes.mail = AppJS.extend(
textArea = this.et2.getWidgetById('mail_htmltext');
}
// Tolerate values base on plain text or html, in order to calculate freespaces
var textAreaDelta = textArea.id == "mail_htmltext"?120:40;
var textAreaDelta = textArea.id == "mail_htmltext"?20:40;
// while attachments are in progress take progress visiblity into account
// otherwise the attachment progress is finished and consider attachments list

View File

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