From fe2bcb42b1a538a75e99a32f7d6db127af92fec0 Mon Sep 17 00:00:00 2001 From: Kee Jefferys Date: Wed, 29 Nov 2023 18:11:44 +1100 Subject: [PATCH] fix: align header list --- stylesheets/_modules.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/stylesheets/_modules.scss b/stylesheets/_modules.scss index 349b85b70..31b7840df 100644 --- a/stylesheets/_modules.scss +++ b/stylesheets/_modules.scss @@ -255,8 +255,6 @@ .module-conversation__user, .module-message__author { - margin-top: var(--margins-sm); - margin-bottom: var(--margins-xs); font-size: var(--font-size-sm); font-weight: 300; line-height: 18px; @@ -621,6 +619,7 @@ display: flex; flex-direction: row; align-items: center; + margin-bottom: var(--margins-xs); } .module-conversation-list-item__header__name {