Skip to content

Commit

Permalink
fix too long entries in contacts-menu
Browse files Browse the repository at this point in the history
Signed-off-by: Simon L <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
  • Loading branch information
szaimen authored and backportbot-nextcloud[bot] committed Feb 16, 2023
1 parent 06d9aa6 commit 9b1101f
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions core/src/views/ContactsMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit 9b1101f

Please sign in to comment.