mirror of
https://github.com/nextcloud/server.git
synced 2026-05-19 08:25:56 -04:00
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:
parent
0bd62988fe
commit
1923ecff49
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue