Adding more margin to forgotten links

This commit is contained in:
Alexia Mandeville 2018-09-07 00:01:00 -07:00 committed by GitHub
parent 92f218ae29
commit 190a335c71
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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