From e935821fc8f4512d5c420df7aacaebcef205be3e Mon Sep 17 00:00:00 2001 From: Laurel Fulford Date: Thu, 23 May 2024 17:23:09 -0700 Subject: [PATCH] fix: make close button spacing more specific --- assets/newspack-ui/scss/_modals.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/newspack-ui/scss/_modals.scss b/assets/newspack-ui/scss/_modals.scss index af35683f74..9d0d8ed9e4 100644 --- a/assets/newspack-ui/scss/_modals.scss +++ b/assets/newspack-ui/scss/_modals.scss @@ -75,10 +75,10 @@ line-height: var( --newspack-ui-line-height-s ); margin: 0; } - } - .newspack-ui__modal__close { - margin: -6px -6px -6px 0; // Accounts for the header padding. TODO: Can this be improved to work w/variables? + .newspack-ui__modal__close { + margin: -6px -6px -6px 0; // Accounts for the header padding. TODO: Can this be improved to work w/variables? + } } &__content {