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;