#306 - fix conversation arrow smushed in notifications panel

This commit is contained in:
Xiaofeng An 2019-02-03 09:59:32 -05:00
parent 965a578561
commit 6d3a7809be

View file

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