Skip to content

Commit

Permalink
Fix layout badge cutting on unread messages for long names (#10846)
Browse files Browse the repository at this point in the history
[FIX] Layout badge cutting on unread messages for long names
  • Loading branch information
kos4live authored and rodrigok committed May 22, 2018
1 parent 955c0c2 commit 2244ba9
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,10 @@
margin: 0 -3px;
align-items: center;
justify-content: space-between;

&-top {
overflow: hidden;
}
}

&__ellipsis {
Expand Down

0 comments on commit 2244ba9

Please sign in to comment.