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 Christopher Ng
parent 3f2c315588
commit 6fc810ab98
3 changed files with 4 additions and 4 deletions

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;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long