forked from AkkomaGang/akkoma-fe
#306 - fix conversation arrow smushed in notifications panel
This commit is contained in:
parent
965a578561
commit
6d3a7809be
1 changed files with 8 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue