mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
fix white-space issue on pre for recent firefox
This commit is contained in:
parent
95c8bcb2c4
commit
c93a5852c0
@ -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%;
|
||||
}
|
||||
}
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user