Show long nomes correctly on profile card

Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Signed-off-by: Christopher Ng <chrng8@gmail.com>
This commit is contained in:
Git'Fellow 2022-09-16 19:15:53 +02:00 committed by backportbot-nextcloud[bot]
parent 0bd62988fe
commit 1923ecff49

View file

@ -148,7 +148,7 @@ export default {
left: 78px;
overflow: hidden;
text-overflow: ellipsis;
word-break: break-all;
word-break: break-word;
@supports (-webkit-line-clamp: 2) {
display: -webkit-box;