[PM-795] Fix send name missing ellipsis (#6538)

* fix send name missing ellipsis
* fix wrapping text on send items
This commit is contained in:
✨ Audrey ✨ 2023-10-12 18:32:46 -04:00 committed by GitHub
parent a6b725d08a
commit 5a47b41238
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

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