forked from extern/egroupware
fixed positioned itself right of compose, because used hbox, setting now white-space: normal, which makes hbox a vbox effectivly
This commit is contained in:
parent
90b00597b9
commit
06c0967ace
@ -542,6 +542,10 @@ div.mailDisplayHeaders > span:first-child, div.mailComposeHeaders > span:first-c
|
||||
margin-left: 3px;
|
||||
}
|
||||
|
||||
div.mailComposeBody {
|
||||
white-space: normal !important;
|
||||
}
|
||||
|
||||
div.mailPreviewHeaders div.mail_extraEmails {
|
||||
display: inline-block;
|
||||
max-height: 1.3em;
|
||||
|
@ -540,6 +540,9 @@ div.mailComposeBody,
|
||||
div.mailPreviewHeaders > * {
|
||||
margin-left: 3px;
|
||||
}
|
||||
div.mailComposeBody {
|
||||
white-space: normal !important;
|
||||
}
|
||||
div.mailPreviewHeaders div.mail_extraEmails {
|
||||
display: inline-block;
|
||||
max-height: 1.3em;
|
||||
|
Loading…
Reference in New Issue
Block a user