From 71e49e5b59c6be2712da35ba95c3958362cc3ab2 Mon Sep 17 00:00:00 2001 From: Brian Jacobel Date: Mon, 25 Apr 2016 15:38:14 -0400 Subject: [PATCH] Fix a UI issue with oauth page and the theme on edx.org --- lms/static/sass/views/_oauth2.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/lms/static/sass/views/_oauth2.scss b/lms/static/sass/views/_oauth2.scss index 8fcb7459b4..ae3c6fc682 100644 --- a/lms/static/sass/views/_oauth2.scss +++ b/lms/static/sass/views/_oauth2.scss @@ -9,6 +9,7 @@ @include span-columns(6); @include shift(3); + float: unset !important; // fixes issues with oauth page and edx-theme footer line-height: 1.5em; padding: 50px 0;