mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Fix too much gap from subject field in mail
This commit is contained in:
parent
aacb889da3
commit
018065d30c
@ -478,7 +478,7 @@ div.mail-compose_fileselector {
|
|||||||
padding-left: 8px !important;
|
padding-left: 8px !important;
|
||||||
}
|
}
|
||||||
#mail-index_mailPreview_subject, #mail-display_mail_displaysubject {
|
#mail-index_mailPreview_subject, #mail-display_mail_displaysubject {
|
||||||
margin-bottom: 1em;
|
margin-bottom: 0.5em;
|
||||||
font-size: 1.2em;
|
font-size: 1.2em;
|
||||||
}
|
}
|
||||||
et2-details.details::part(summary),
|
et2-details.details::part(summary),
|
||||||
|
@ -478,7 +478,7 @@ div.mail-compose_fileselector {
|
|||||||
}
|
}
|
||||||
#mail-index_mailPreview_subject,
|
#mail-index_mailPreview_subject,
|
||||||
#mail-display_mail_displaysubject {
|
#mail-display_mail_displaysubject {
|
||||||
margin-bottom: 1em;
|
margin-bottom: 0.5em;
|
||||||
font-size: 1.2em;
|
font-size: 1.2em;
|
||||||
}
|
}
|
||||||
et2-details.details::part(summary),
|
et2-details.details::part(summary),
|
||||||
|
Loading…
Reference in New Issue
Block a user