Adding margins to forgotten link text

This commit is contained in:
Alexia Mandeville 2018-09-06 22:59:19 -07:00 committed by GitHub
parent 2443723a2b
commit 92f218ae29
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -147,6 +147,7 @@ Item {
anchors {
right: usernameField.right
top: usernameField.bottom
topMargin: 2
}
text: "<a href='https://highfidelity.com/users/password/new'>Forgot Username?</a>"
@ -174,6 +175,7 @@ Item {
anchors {
right: passwordField.right
top: passwordField.bottom
topMargin: 2
}
text: "<a href='https://highfidelity.com/users/password/new'>Forgot Password?</a>"