Skip to content

Commit bb96a07

Browse files
committed
fix too long entries in contacts-menu
Signed-off-by: Simon L <szaimen@e.mail.de>
1 parent b36a31c commit bb96a07

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

core/src/views/ContactsMenu.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,10 +133,13 @@ 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%;
141+
overflow-x: hidden;
142+
text-overflow: ellipsis;
140143
}
141144
142145
.full-name, .last-message {

0 commit comments

Comments
 (0)