Browse Source

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

* fix send name missing ellipsis
* fix wrapping text on send items
pull/6570/head
✨ Audrey ✨ 2 years ago committed by GitHub
parent
commit
5a47b41238
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      apps/desktop/src/scss/list.scss

4
apps/desktop/src/scss/list.scss

@ -120,8 +120,12 @@ @@ -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");

Loading…
Cancel
Save