1
0
mirror of https://akkoma.dev/lamp/akkoma-fe.git synced 2025-07-31 00:11:52 -04:00

- 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

@ -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;