From 0a16c905b964035c1491bdc4fe35cb3ad72b64bd Mon Sep 17 00:00:00 2001 From: Ken Powers Date: Fri, 31 May 2019 17:52:22 -0400 Subject: [PATCH] Ensure long contact names do not push contents outside of the window --- stylesheets/_index.scss | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/stylesheets/_index.scss b/stylesheets/_index.scss index 76b572d6ac..6c11abee15 100644 --- a/stylesheets/_index.scss +++ b/stylesheets/_index.scss @@ -3,11 +3,7 @@ .inbox, .gutter { height: 100%; -} - -.inbox { - display: flex; - flex-direction: row; + overflow: hidden; } .expired { @@ -86,7 +82,6 @@ } .conversation-stack { - flex-grow: 1; .conversation { display: none; }