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:
Ralf Becker 2014-01-31 08:06:41 +00:00
parent 90b00597b9
commit 06c0967ace
4 changed files with 36 additions and 29 deletions

View File

@ -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;

View File

@ -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;