Mail: Fix plaintext reply sizing problem

Stops toolbar from being pushed off the top
This commit is contained in:
nathan 2023-07-12 09:42:41 -06:00
parent 50e3a1b204
commit b33f41c8b2

View File

@ -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 {