From b1fd445fcc197d2b5ad87ae0f21bdbfadebce4bf Mon Sep 17 00:00:00 2001 From: Matthew Birtch Date: Tue, 30 Jul 2024 19:10:05 -0400 Subject: [PATCH] MM-59347 Fix spacing issue in data retention card headers (#27576) * fixed spacing issue in card header for data retention screen * fix lint * fix lint --------- Co-authored-by: Caleb Roseland --- webapp/channels/src/components/card/card.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/webapp/channels/src/components/card/card.scss b/webapp/channels/src/components/card/card.scss index e623be2513..336817f025 100644 --- a/webapp/channels/src/components/card/card.scss +++ b/webapp/channels/src/components/card/card.scss @@ -31,6 +31,7 @@ .Card__header { display: flex; align-items: center; + justify-content: space-between; padding: 28px 32px 24px 32px; border-bottom: 1px solid rgba(var(--sys-center-channel-color-rgb), 0.08);