From ad36f761c1209380955924483fbe7cc8aff065eb Mon Sep 17 00:00:00 2001 From: Chris Rodriguez Date: Mon, 8 Feb 2016 09:05:52 -0500 Subject: [PATCH] Hotfix: ac-201 --- lms/static/sass/views/_learner-profile.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/static/sass/views/_learner-profile.scss b/lms/static/sass/views/_learner-profile.scss index b7b1160a53..ac44ea3be7 100644 --- a/lms/static/sass/views/_learner-profile.scss +++ b/lms/static/sass/views/_learner-profile.scss @@ -91,7 +91,7 @@ .upload-button-input { position: absolute; - top: -($profile-image-dimension); + top: -($profile-image-dimension * 2); @include left(0); width: $profile-image-dimension; height: 100%;