From bbb3b0467fe1a3c1421285c4a1303fd25acd9217 Mon Sep 17 00:00:00 2001 From: Ken Powers Date: Wed, 6 Nov 2019 18:32:40 -0500 Subject: [PATCH] Ensure second line of message body is never visible in LeftPane --- stylesheets/_modules.scss | 1 - ts/components/ConversationListItem.tsx | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/stylesheets/_modules.scss b/stylesheets/_modules.scss index c623cfeada4..6f09d00e3ce 100644 --- a/stylesheets/_modules.scss +++ b/stylesheets/_modules.scss @@ -2933,7 +2933,6 @@ $timer-icons: '55', '50', '45', '40', '35', '30', '25', '20', '15', '10', '05', @include font-body-2; - height: 1.4em; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; diff --git a/ts/components/ConversationListItem.tsx b/ts/components/ConversationListItem.tsx index 7e52596f671..8ca3ea1a0a1 100644 --- a/ts/components/ConversationListItem.tsx +++ b/ts/components/ConversationListItem.tsx @@ -181,7 +181,7 @@ export class ConversationListItem extends React.PureComponent { ) : null}