ConversationListItem: Prevent vertical scrollbar in name area

This commit is contained in:
Scott Nonnenberg 2020-10-26 14:19:31 -07:00 committed by Evan Hahn
parent e7fb38473d
commit a7c87dd119

View file

@ -3773,7 +3773,7 @@ $timer-icons: '55', '50', '45', '40', '35', '30', '25', '20', '15', '10', '05',
@include font-body-1-bold;
overflow-x: hidden;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;