Eliminate strange text layout in CAPTCHA dialog

Co-authored-by: Scott Nonnenberg <scott@signal.org>
This commit is contained in:
automated-signal 2022-08-03 11:22:51 -07:00 committed by GitHub
parent 7cd74ff535
commit b3f1b2c667
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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 {