Merge pull request #36747 from nextcloud/backport/36737/stable25

[stable25] fix too long entries in contacts-menu
This commit is contained in:
Simon L 2023-02-24 10:20:21 +01:00 committed by GitHub
commit 2181b1f4be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 10 deletions

View file

@ -133,19 +133,15 @@ export default {
.body {
flex-grow: 1;
padding-left: 8px;
min-width: 0;
div {
position: relative;
width: 100%;
}
.full-name, .last-message {
/* TODO: don't use fixed width */
max-width: 204px;
overflow: hidden;
white-space: nowrap;
overflow-x: hidden;
text-overflow: ellipsis;
}
.last-message, .email-address {
color: var(--color-text-maxcontrast);
}

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