Merge pull request #2617 from aignatov-bio/ai-sci-4531-fix-forgot-password-margin

Fix forgot password link margin [SCI-4531]
This commit is contained in:
aignatov-bio 2020-05-27 13:40:10 +02:00 committed by GitHub
commit c30ba4cd18
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -66,7 +66,7 @@
.forgot-password-link { .forgot-password-link {
display: inline-block; display: inline-block;
margin-bottom: 16px; margin-bottom: 24px;
} }
} }
} }