From 371ad738d939dfe93e41faa1aa1ee0c1c51b8037 Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Thu, 23 Nov 2023 15:57:44 +0500 Subject: [PATCH] MM-55714 - Updating suggestion list height as before (#25516) * MM-55714 - Updating suggestion list height * Removing margin on status --- webapp/channels/src/sass/components/_suggestion-list.scss | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/webapp/channels/src/sass/components/_suggestion-list.scss b/webapp/channels/src/sass/components/_suggestion-list.scss index c9c9a9ea98..e3c4aec1e8 100644 --- a/webapp/channels/src/sass/components/_suggestion-list.scss +++ b/webapp/channels/src/sass/components/_suggestion-list.scss @@ -187,9 +187,9 @@ z-index: 101; display: flex; width: 100%; - height: 5rem; + min-height: 4rem; align-items: center; - padding: 0 2.4rem; + padding: 8px 2.4rem; margin: 0; cursor: pointer; font-size: inherit; @@ -319,7 +319,6 @@ .status-wrapper { overflow: visible; height: 24px; - margin-top: 4px; margin-right: 12px; .Avatar.Avatar-sm {