Mail: Layout issue whith large To: field

Created on 7 Oct 2020  路  4Comments  路  Source: nextcloud/mail

Expected behavior

It's 2020 and people still use the To: or Cc: field to list a large amount of email addresses. Mail should protect itself from that

Actual behavior

When displaying a message with large To: or Cc: field, this field overlaps other elements on the page:

Untitled

Mail app

Mail app version: master (1.5)

1. to develop bug design papercut

All 4 comments

@jancborchardt @GretaD that is the theoretical issue we discussed about showing max one line with those avatars :)

I've fixed locally with:

.avatar-header {
        max-height: 80px;
        overflow-y: auto;
}

I've fixed locally with:

.avatar-header {
        max-height: 80px;
        overflow-y: auto;
}

Thank you, do you want to shot a PR? Or should I do it?

No problem. I鈥檒l do it

Was this page helpful?
0 / 5 - 0 ratings

Related issues

HLFH picture HLFH  路  3Comments

Quix0r picture Quix0r  路  5Comments

e-alfred picture e-alfred  路  5Comments

jancborchardt picture jancborchardt  路  5Comments

b1f17773 picture b1f17773  路  5Comments