Skip to content

Commit

Permalink
Prevent chat member's pubkey from overflowing
Browse files Browse the repository at this point in the history
  • Loading branch information
msgmaxim committed Oct 11, 2019
1 parent 866b8f0 commit 3964641
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions stylesheets/_mentions.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
}

background-color: $color-light-10;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;

.name-part {
font-weight: 300;
Expand All @@ -22,6 +25,7 @@

.pubkey-part {
margin-left: 6px;
color: darkslategrey;
}
}

Expand Down

0 comments on commit 3964641

Please sign in to comment.