Merge pull request #42699 from nextcloud/backport/42402/stable28

[stable28] Remove display name ellipsis in user menu
This commit is contained in:
Simon L 2024-01-11 15:16:17 +01:00 committed by GitHub
commit 7832559177
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View file

@ -248,7 +248,7 @@ export default {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
max-width: 110px;
max-width: 210px;
}
img {

4
dist/core-main.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long