mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-07 22:10:57 +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
4156c54409
commit
0661e8fd4a
@ -1083,7 +1083,6 @@ body {
|
|||||||
white-space: pre !important;
|
white-space: pre !important;
|
||||||
}
|
}
|
||||||
#mail-compose {
|
#mail-compose {
|
||||||
width: 870px;
|
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
max-height: 99%;
|
max-height: 99%;
|
||||||
/*// ###############################################################################*/
|
/*// ###############################################################################*/
|
||||||
|
@ -329,8 +329,6 @@ body {
|
|||||||
#mail-compose_mail_plaintext {white-space: pre !important}
|
#mail-compose_mail_plaintext {white-space: pre !important}
|
||||||
|
|
||||||
#mail-compose{
|
#mail-compose{
|
||||||
// gesamtbreite
|
|
||||||
width: 870px;
|
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
max-height: 99%;
|
max-height: 99%;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user