Skip to content
Snippets Groups Projects

#306 - fix conversation arrow smushed in notifications panel

Merged #306 - fix conversation arrow smushed in notifications panel
All threads resolved!
All threads resolved!
1 file
+ 8
0
Compare changes
  • Side-by-side
  • Inline
@@ -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