mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-03 05:29:46 +08:00
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:
commit
c30ba4cd18
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@
|
||||||
|
|
||||||
.forgot-password-link {
|
.forgot-password-link {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin-bottom: 16px;
|
margin-bottom: 24px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue