mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:04:53 +01:00
Remove fixed width from compose dialog:
- Fixes elements in compose dialog not getting 100% width after resize
This commit is contained in:
parent
c45afda8b0
commit
b0f4383a4f
@ -1083,7 +1083,6 @@ body {
|
||||
white-space: pre !important;
|
||||
}
|
||||
#mail-compose {
|
||||
width: 870px;
|
||||
padding: 5px;
|
||||
max-height: 99%;
|
||||
/*// ###############################################################################*/
|
||||
|
@ -329,8 +329,6 @@ body {
|
||||
#mail-compose_mail_plaintext {white-space: pre !important}
|
||||
|
||||
#mail-compose{
|
||||
// gesamtbreite
|
||||
width: 870px;
|
||||
padding: 5px;
|
||||
max-height: 99%;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user