diff --git a/lms/static/sass/features/_learner-profile.scss b/lms/static/sass/features/_learner-profile.scss index 9958d723cd..48a16429b7 100644 --- a/lms/static/sass/features/_learner-profile.scss +++ b/lms/static/sass/features/_learner-profile.scss @@ -295,11 +295,12 @@ .u-field-account_privacy { @extend .container; + display: table-cell; border: none; box-shadow: none; padding: 0; margin: 0; - display: table-cell; + vertical-align: middle; @media (max-width: $learner-profile-container-flex) { // Switch to map-get($grid-breakpoints,md) for bootstrap max-width: calc(100% - 40px);