mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-26 04:41:41 +02:00
fix white-space issue on pre for recent firefox
This commit is contained in:
parent
e60d85d4f8
commit
d49a166cf2
@ -644,7 +644,7 @@ div.mailComposeBody {
|
|||||||
white-space: normal !important;
|
white-space: normal !important;
|
||||||
}
|
}
|
||||||
#mail-compose_mail_plaintext {
|
#mail-compose_mail_plaintext {
|
||||||
white-space: pre !important;
|
white-space: pre-wrap !important;
|
||||||
}
|
}
|
||||||
div.mailPreviewHeaders div.mail_extraEmails {
|
div.mailPreviewHeaders div.mail_extraEmails {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
@ -645,7 +645,7 @@ div.mailComposeBody {
|
|||||||
white-space: normal !important;
|
white-space: normal !important;
|
||||||
}
|
}
|
||||||
#mail-compose_mail_plaintext {
|
#mail-compose_mail_plaintext {
|
||||||
white-space: pre !important;
|
white-space: pre-wrap !important;
|
||||||
}
|
}
|
||||||
div.mailPreviewHeaders div.mail_extraEmails {
|
div.mailPreviewHeaders div.mail_extraEmails {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
@ -1082,7 +1082,7 @@ body {
|
|||||||
# #
|
# #
|
||||||
##############################################*/
|
##############################################*/
|
||||||
#mail-compose_mail_plaintext {
|
#mail-compose_mail_plaintext {
|
||||||
white-space: pre !important;
|
white-space: pre-wrap !important;
|
||||||
}
|
}
|
||||||
#mail-compose {
|
#mail-compose {
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
|
@ -326,7 +326,7 @@ body {
|
|||||||
# #
|
# #
|
||||||
##############################################*/
|
##############################################*/
|
||||||
|
|
||||||
#mail-compose_mail_plaintext {white-space: pre !important}
|
#mail-compose_mail_plaintext {white-space: pre-wrap !important}
|
||||||
|
|
||||||
#mail-compose{
|
#mail-compose{
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user