From ffa2bc05c5007f9d698c0365a1dfc30d58b5aad3 Mon Sep 17 00:00:00 2001
From: Scott Nonnenberg <scott@signal.org>
Date: Wed, 18 Jul 2018 16:49:15 -0700
Subject: [PATCH] Fix left pane timestamp alightment on platforms with
 scrollbars

---
 stylesheets/_modules.scss | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/stylesheets/_modules.scss b/stylesheets/_modules.scss
index 937675c20..067df59ff 100644
--- a/stylesheets/_modules.scss
+++ b/stylesheets/_modules.scss
@@ -1931,8 +1931,8 @@
 .module-conversation-list-item__content {
   flex-grow: 1;
   margin-left: 12px;
-  // 300 - 32px (left/right margin) - 48px (for avatar) - 12px (our margin)
-  max-width: 208px;
+  // parent - 48px (for avatar) - 16px (our right margin)
+  max-width: calc(100% - 64px);
 
   display: flex;
   flex-direction: column;