diff --git a/mail/templates/default/compose.xet b/mail/templates/default/compose.xet index fc2b90c2ec..bcab33e011 100644 --- a/mail/templates/default/compose.xet +++ b/mail/templates/default/compose.xet @@ -78,7 +78,7 @@ - + diff --git a/mail/templates/mobile/app.css b/mail/templates/mobile/app.css index 90bb078400..5ca3884e37 100644 --- a/mail/templates/mobile/app.css +++ b/mail/templates/mobile/app.css @@ -1219,6 +1219,7 @@ body { float: none; width: auto; white-space: nowrap; + text-align: left; } #mail-compose .mailComposeHeaders input#mail-compose_subject, #mail-compose .mailComposeHeadersSection input#mail-compose_subject { diff --git a/mail/templates/pixelegg/app.css b/mail/templates/pixelegg/app.css index d8b01124ad..79b9bb5206 100755 --- a/mail/templates/pixelegg/app.css +++ b/mail/templates/pixelegg/app.css @@ -1207,6 +1207,7 @@ body { float: none; width: auto; white-space: nowrap; + text-align: left; } #mail-compose .mailComposeHeaders input#mail-compose_subject, #mail-compose .mailComposeHeadersSection input#mail-compose_subject { diff --git a/mail/templates/pixelegg/app.less b/mail/templates/pixelegg/app.less index c2a72efd10..d3cd4af137 100755 --- a/mail/templates/pixelegg/app.less +++ b/mail/templates/pixelegg/app.less @@ -278,6 +278,7 @@ body { float: none; width: auto; white-space: nowrap; + text-align: left; } /*Betreff*/ input#mail-compose_subject {