mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 17:33:49 +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,7 +676,8 @@ div.mailDisplayHeaders div.mail_extraEmails.visible {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
height: -webkit-fill-available !important;
|
height: -webkit-fill-available !important;
|
||||||
}
|
}
|
||||||
#mail-compose_mail_plaintext {
|
|
||||||
|
#mail-compose_mail_plaintext::part(textarea) {
|
||||||
white-space: pre-wrap !important;
|
white-space: pre-wrap !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user