Merge pull request #34228 from nextcloud/backport/34117/stable24

[stable24] Show long names correctly on profile card
This commit is contained in:
blizzz 2022-09-27 08:51:55 +02:00 committed by GitHub
commit 38ce082d11
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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;
overflow-wrap: anywhere;
@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