1
0
Fork 0
mirror of https://akkoma.dev/AkkomaGang/akkoma-fe synced 2025-05-28 21:09:12 +08:00

Merge branch 'fix/conversation-arrow-smushed-in-notifications-panel' into 'develop'

 - fix conversation arrow smushed in notifications panel

See merge request 
This commit is contained in:
Shpuld Shpludson 2019-02-03 15:10:19 +00:00
commit 7115584882

View file

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