From 75258be4a47ff984d0a9ab9c80e58c496027e6a8 Mon Sep 17 00:00:00 2001 From: The_Grits Date: Mon, 9 May 2016 11:27:22 -0400 Subject: [PATCH] margin-right 4.4px is the max margin we can put to the right of the button without the "Forgot password?" text wrapping. --- src/components/login/login.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/login/login.scss b/src/components/login/login.scss index 5f70c0b08..4ae6e0356 100644 --- a/src/components/login/login.scss +++ b/src/components/login/login.scss @@ -16,6 +16,7 @@ .submit-button { margin-top: 5px; + margin-right: 4.4px; } a {