From 75258be4a47ff984d0a9ab9c80e58c496027e6a8 Mon Sep 17 00:00:00 2001 From: The_Grits Date: Mon, 9 May 2016 11:27:22 -0400 Subject: [PATCH 1/2] 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 { From 8d294e4d296fbc3ab459ab8bce79bfa767b342a4 Mon Sep 17 00:00:00 2001 From: The_Grits Date: Wed, 11 May 2016 09:53:39 -0400 Subject: [PATCH 2/2] Float --- src/components/login/login.scss | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/components/login/login.scss b/src/components/login/login.scss index 4ae6e0356..a8cf55da0 100644 --- a/src/components/login/login.scss +++ b/src/components/login/login.scss @@ -7,7 +7,11 @@ padding-top: 5px; font-weight: bold; } - + + .right { + float: right; + } + .spinner { margin: 0 .8rem; width: 1rem; @@ -16,7 +20,6 @@ .submit-button { margin-top: 5px; - margin-right: 4.4px; } a {