From ae5df293c3a627434f002849f4d04d67324e8d28 Mon Sep 17 00:00:00 2001 From: Steve Larson <9larsons@gmail.com> Date: Wed, 6 Mar 2024 08:53:02 -0600 Subject: [PATCH] Fixed button spacing in Portal unsubscribe popup footer (#19815) no ref - The 'Get help' button was only adding margin on the left when accessed through account management even though it is also shown on the unsubscribe page accessed via link. --- apps/portal/src/components/pages/EmailSuppressedPage.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/portal/src/components/pages/EmailSuppressedPage.css b/apps/portal/src/components/pages/EmailSuppressedPage.css index a7ee0d4312..2478718f4c 100644 --- a/apps/portal/src/components/pages/EmailSuppressedPage.css +++ b/apps/portal/src/components/pages/EmailSuppressedPage.css @@ -24,7 +24,7 @@ margin-top: 3px; } -.accountEmail .gh-email-faq-page-button { +.gh-email-faq-page-button { margin-left: 4px; }