From b3f1b2c6671b9114a503134634b245d610e0e4fe Mon Sep 17 00:00:00 2001 From: automated-signal <37887102+automated-signal@users.noreply.github.com> Date: Wed, 3 Aug 2022 11:22:51 -0700 Subject: [PATCH] Eliminate strange text layout in CAPTCHA dialog Co-authored-by: Scott Nonnenberg --- stylesheets/components/Modal.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stylesheets/components/Modal.scss b/stylesheets/components/Modal.scss index 25113eaf3..d188b46f4 100644 --- a/stylesheets/components/Modal.scss +++ b/stylesheets/components/Modal.scss @@ -223,6 +223,8 @@ padding: 10px 12px 16px 12px; .module-Modal__header { + // Necessary because of the larger top margins for the title + align-items: start; padding: 0; } @@ -239,7 +241,6 @@ text-align: center; margin: 10px 0 22px 0; - flex-grow: 0; flex-shrink: 0; &--with-x-button {