mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:29 +01:00
Mail: Fix plaintext reply sizing problem
Stops toolbar from being pushed off the top
This commit is contained in:
parent
50e3a1b204
commit
b33f41c8b2
@ -676,8 +676,9 @@ div.mailDisplayHeaders div.mail_extraEmails.visible {
|
||||
position: absolute;
|
||||
height: -webkit-fill-available !important;
|
||||
}
|
||||
#mail-compose_mail_plaintext {
|
||||
white-space: pre-wrap !important;
|
||||
|
||||
#mail-compose_mail_plaintext::part(textarea) {
|
||||
white-space: pre-wrap !important;
|
||||
}
|
||||
|
||||
.mailPreviewHeaders {
|
||||
|
Loading…
Reference in New Issue
Block a user