Merge pull request #36737 from nextcloud/enh/noid/fix-entries

fix too long entries in contacts-menu
pull/36751/head
Simon L 1 year ago committed by GitHub
commit b2e3b46c33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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
Loading…
Cancel
Save