Remove fixed width from compose dialog:

- Fixes elements in compose dialog not getting 100% width after resize
This commit is contained in:
Hadi Nategh 2015-02-23 15:59:49 +00:00
parent c45afda8b0
commit b0f4383a4f
2 changed files with 0 additions and 3 deletions

View File

@ -1083,7 +1083,6 @@ body {
white-space: pre !important;
}
#mail-compose {
width: 870px;
padding: 5px;
max-height: 99%;
/*// ###############################################################################*/

View File

@ -329,8 +329,6 @@ body {
#mail-compose_mail_plaintext {white-space: pre !important}
#mail-compose{
// gesamtbreite
width: 870px;
padding: 5px;
max-height: 99%;