Skip to content

Commit

Permalink
Eliminate strange text layout in CAPTCHA dialog
Browse files Browse the repository at this point in the history
Co-authored-by: Scott Nonnenberg <scott@signal.org>
  • Loading branch information
automated-signal and scottnonnenberg-signal committed Aug 3, 2022
1 parent 7cd74ff commit b3f1b2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion stylesheets/components/Modal.scss
Expand Up @@ -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;
}

Expand All @@ -239,7 +241,6 @@
text-align: center;
margin: 10px 0 22px 0;

flex-grow: 0;
flex-shrink: 0;

&--with-x-button {
Expand Down

0 comments on commit b3f1b2c

Please sign in to comment.