* fix send name missing ellipsis * fix wrapping text on send items
@ -120,8 +120,12 @@
.item-content {
display: block;
overflow-x: hidden;
.item-title {
text-overflow: ellipsis;
white-space: nowrap;
.title-badges {
@include themify($themes) {
color: themed("mutedColor");