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%;