Give mail compose a max-height to avoid very large height window after resizes

This commit is contained in:
Hadi Nategh 2015-01-06 15:30:30 +00:00
parent 3e790be681
commit 5a534307ff
2 changed files with 2 additions and 1 deletions

View File

@ -1063,6 +1063,7 @@ div#mail-index div#mail-index_mailPreview div#mail-index_mailPreviewHeadersSubje
#mail-compose {
width: 870px;
padding: 5px;
max-height: 700px;
/*// ###############################################################################*/
/*// Mail Header*/
}

View File

@ -333,7 +333,7 @@ div#mail-index{
// gesamtbreite
width: 870px;
padding: 5px;
max-height: 700px;