We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b36a31c commit d03f996Copy full SHA for d03f996
core/src/views/ContactsMenu.vue
@@ -133,19 +133,15 @@ export default {
133
.body {
134
flex-grow: 1;
135
padding-left: 8px;
136
+ min-width: 0;
137
138
div {
139
position: relative;
140
width: 100%;
141
+ overflow-x: hidden;
142
+ text-overflow: ellipsis;
143
}
144
- .full-name, .last-message {
- /* TODO: don't use fixed width */
- max-width: 204px;
145
- overflow: hidden;
146
- white-space: nowrap;
147
- text-overflow: ellipsis;
148
- }
149
.last-message, .email-address {
150
color: var(--color-text-maxcontrast);
151
0 commit comments