#306 - fix conversation arrow smushed in notifications panel

tae-hoon/pleroma-fe-323-improve-image-lightbox
Xiaofeng An 6 years ago
parent 965a578561
commit 6d3a7809be

@ -285,6 +285,14 @@
overflow: hidden; overflow: hidden;
white-space: nowrap; white-space: nowrap;
} }
& > span {
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
& > a:last-child {
flex-shrink: 0;
}
} }
.reply-info { .reply-info {
display: flex; display: flex;

Loading…
Cancel
Save