mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Fix resize handler in mail compose
This commit is contained in:
parent
d17f7d2e55
commit
f7bcc773a8
@ -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
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user