forked from extern/egroupware
Remove gap between addresses in mail preview
This commit is contained in:
parent
ed09a0b079
commit
7f6f4e94a6
@ -1113,4 +1113,7 @@ et2-select-email::part(tag__base) {
|
||||
|
||||
et2-select-email::part(tag__content) {
|
||||
margin-left: auto;
|
||||
}
|
||||
et2-vbox.addresses::part(base) {
|
||||
gap: 0px;
|
||||
}
|
@ -33,7 +33,7 @@
|
||||
<et2-hbox width="100%" class="mailPreviewHeaders">
|
||||
<et2-lavatar src="@fromavatar" lname="@fromaddress" shape="rounded" size="2.75em"></et2-lavatar>
|
||||
<et2-vbox>
|
||||
<et2-vbox>
|
||||
<et2-vbox class="addresses">
|
||||
<et2-hbox>
|
||||
<et2-description value="From" class="firstColumnTitle"></et2-description>
|
||||
<et2-select-email id="additionalfromaddress" readonly="true" multiple="true" onclick="app.mail.onclickCompose"></et2-select-email>
|
||||
|
Loading…
Reference in New Issue
Block a user