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

#306 - fix conversation arrow smushed in notifications panel

See merge request pleroma/pleroma-fe!513
This commit is contained in:
Shpuld Shpludson 2019-02-03 15:10:19 +00:00
commit 7115584882
1 changed files with 8 additions and 0 deletions

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;