From 5cbe4949429d1ce07a47857ab787416a8290a54a Mon Sep 17 00:00:00 2001 From: Audric Ackermann Date: Mon, 26 Aug 2024 15:46:13 +1000 Subject: [PATCH] fix: do not shrink timestamp in conversation list item --- stylesheets/_modules.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/stylesheets/_modules.scss b/stylesheets/_modules.scss index de072a828..e0c53e4ad 100644 --- a/stylesheets/_modules.scss +++ b/stylesheets/_modules.scss @@ -633,6 +633,10 @@ font-weight: 300; } +.module-conversation-list-item__header__date { + flex-shrink: 0; +} + .module-conversation-list-item__header__name--with-unread { font-weight: 300; }