Skip to content

Commit 2d93864

Browse files
szaimennextcloud-command
authored andcommitted
fix too long entries in contacts-menu
Signed-off-by: Simon L <[email protected]> Signed-off-by: nextcloud-command <[email protected]>
1 parent b36a31c commit 2d93864

File tree

3 files changed

+6
-10
lines changed

3 files changed

+6
-10
lines changed

core/src/views/ContactsMenu.vue

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -133,19 +133,15 @@ export default {
133133
.body {
134134
flex-grow: 1;
135135
padding-left: 8px;
136+
min-width: 0;
136137
137138
div {
138139
position: relative;
139140
width: 100%;
140-
}
141-
142-
.full-name, .last-message {
143-
/* TODO: don't use fixed width */
144-
max-width: 204px;
145-
overflow: hidden;
146-
white-space: nowrap;
141+
overflow-x: hidden;
147142
text-overflow: ellipsis;
148143
}
144+
149145
.last-message, .email-address {
150146
color: var(--color-text-maxcontrast);
151147
}

dist/core-main.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/core-main.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)