From 45e871e570ec8d8b582f1b3eba7f281633563a4d Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Wed, 30 Oct 2024 19:24:45 +0500 Subject: [PATCH] MM-59822 - Updating set status button alignment (#28771) * MM-59822 - Updating set status button alignment * Updating lint --- .../components/profile_popover/profile_popover.scss | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/webapp/channels/src/components/profile_popover/profile_popover.scss b/webapp/channels/src/components/profile_popover/profile_popover.scss index 707e331a68..9e96601e68 100644 --- a/webapp/channels/src/components/profile_popover/profile_popover.scss +++ b/webapp/channels/src/components/profile_popover/profile_popover.scss @@ -27,7 +27,7 @@ background: unset; padding-inline-start: 8px; - > span { + >span { height: 16px; padding: 0 4px; border-radius: 4px; @@ -103,8 +103,8 @@ padding-inline-start: 16px; text-align: center; - > h5 { - margin:0; + >h5 { + margin: 0; font-family: Metropolis, sans-serif; font-size: 20px; font-weight: 600; @@ -208,6 +208,10 @@ .user-popover__set-status { width: fit-content; + height: auto; + padding: 4px 0 0; + border: none; + background: none; } }