fix white-space issue on pre for recent firefox

This commit is contained in:
Klaus Leithoff 2015-03-03 15:43:16 +00:00
parent 95c8bcb2c4
commit c93a5852c0
3 changed files with 5 additions and 5 deletions

View File

@ -644,7 +644,7 @@ div.mailComposeBody {
white-space: normal !important;
}
#mail-compose_mail_plaintext {
white-space: pre !important;
white-space: pre-wrap !important;
}
div.mailPreviewHeaders div.mail_extraEmails {
display: inline-block;
@ -878,4 +878,4 @@ div.mailComposeHeaderSection>table {
z-index: 999;
width:100%;
height:100%;
}
}

View File

@ -645,7 +645,7 @@ div.mailComposeBody {
white-space: normal !important;
}
#mail-compose_mail_plaintext {
white-space: pre !important;
white-space: pre-wrap !important;
}
div.mailPreviewHeaders div.mail_extraEmails {
display: inline-block;
@ -1082,7 +1082,7 @@ body {
# #
##############################################*/
#mail-compose_mail_plaintext {
white-space: pre !important;
white-space: pre-wrap !important;
}
#mail-compose {
padding: 5px;

View File

@ -326,7 +326,7 @@ body {
# #
##############################################*/
#mail-compose_mail_plaintext {white-space: pre !important}
#mail-compose_mail_plaintext {white-space: pre-wrap !important}
#mail-compose{
padding: 5px;