From a7c87dd1198d714eb0d57b3c719f43cb2a8a8b99 Mon Sep 17 00:00:00 2001 From: Scott Nonnenberg Date: Mon, 26 Oct 2020 14:19:31 -0700 Subject: [PATCH] ConversationListItem: Prevent vertical scrollbar in name area --- stylesheets/_modules.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylesheets/_modules.scss b/stylesheets/_modules.scss index e3f4862167..13ba1ed26f 100644 --- a/stylesheets/_modules.scss +++ b/stylesheets/_modules.scss @@ -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;