0
0
Fork 0

Fix CAPTCHA page not following design pattern of sign-up flow (#25395)

This commit is contained in:
Eugen Rochko 2023-06-13 22:30:40 +02:00 committed by GitHub
parent 3b5e302f7f
commit 39110d1d0a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 16 additions and 6 deletions

View file

@ -1048,7 +1048,9 @@ code {
}
.simple_form .h-captcha {
text-align: center;
display: flex;
justify-content: center;
margin-bottom: 30px;
}
.permissions-list {