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.
2 parents c6c2b93 + 3637dee commit f887069Copy full SHA for f887069
client/css/style.css
@@ -146,6 +146,8 @@ body {
146
display: flex;
147
flex-direction: column;
148
gap: 16px;
149
+ flex: auto;
150
+ min-width: 0;
151
}
152
153
.conversations .title {
@@ -167,6 +169,8 @@ body {
167
169
168
170
align-items: center;
171
gap: 10px;
172
173
174
175
176
.conversations i {
@@ -177,6 +181,8 @@ body {
177
181
.convo-title {
178
182
color: var(--colour-3);
179
183
font-size: 14px;
184
+ overflow: hidden;
185
+ text-overflow: ellipsis;
180
186
187
188
.message {
@@ -230,6 +236,7 @@ body {
230
236
231
237
232
238
gap: 18px;
239
233
240
234
241
235
242
.message .content p,
0 commit comments