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’ll do it

Was this page helpful?
0 / 5 - 0 ratings

Related issues

cheesewizz picture cheesewizz  Â·  5Comments

MariusBluem picture MariusBluem  Â·  3Comments

b1f17773 picture b1f17773  Â·  5Comments

Valdnet picture Valdnet  Â·  3Comments

CHazz picture CHazz  Â·  3Comments