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 8b86bd149f
commit 40ca54dfac

View File

@ -676,7 +676,8 @@ div.mailDisplayHeaders div.mail_extraEmails.visible {
position: absolute;
height: -webkit-fill-available !important;
}
#mail-compose_mail_plaintext {
#mail-compose_mail_plaintext::part(textarea) {
white-space: pre-wrap !important;
}