From f46b93d806ca57f9718227c2ed0dfcfbd7bc6118 Mon Sep 17 00:00:00 2001 From: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com> Date: Wed, 8 Mar 2023 16:35:40 -0800 Subject: [PATCH] Remove padding from nested modal footer --- stylesheets/components/Modal.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/stylesheets/components/Modal.scss b/stylesheets/components/Modal.scss index 0375dd3040e3..882febef9514 100644 --- a/stylesheets/components/Modal.scss +++ b/stylesheets/components/Modal.scss @@ -139,6 +139,11 @@ &--padded { .module-Modal__body { padding: 16px; + + // ProfileEditor nests footer within the Modal's body + .module-Modal__button-footer { + padding: 1em 0 0 0; + } } }