diff --git a/interface/resources/qml/LoginDialog/LinkAccountBody.qml b/interface/resources/qml/LoginDialog/LinkAccountBody.qml
index 90437c008e..28523617b6 100644
--- a/interface/resources/qml/LoginDialog/LinkAccountBody.qml
+++ b/interface/resources/qml/LoginDialog/LinkAccountBody.qml
@@ -147,7 +147,7 @@ Item {
anchors {
right: usernameField.right
top: usernameField.bottom
- topMargin: 2
+ topMargin: 4
}
text: "Forgot Username?"
@@ -175,7 +175,7 @@ Item {
anchors {
right: passwordField.right
top: passwordField.bottom
- topMargin: 2
+ topMargin: 4
}
text: "Forgot Password?"