Eliminate strange text layout in CAPTCHA dialog

This commit is contained in:
Scott Nonnenberg 2022-08-03 10:51:58 -07:00 committed by GitHub
parent b47a906211
commit 8bcb584ca5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -223,6 +223,8 @@
padding: 10px 12px 16px 12px; padding: 10px 12px 16px 12px;
.module-Modal__header { .module-Modal__header {
// Necessary because of the larger top margins for the title
align-items: start;
padding: 0; padding: 0;
} }
@ -239,7 +241,6 @@
text-align: center; text-align: center;
margin: 10px 0 22px 0; margin: 10px 0 22px 0;
flex-grow: 0;
flex-shrink: 0; flex-shrink: 0;
&--with-x-button { &--with-x-button {