diff --git a/lms/static/sass/features/_learner-profile.scss b/lms/static/sass/features/_learner-profile.scss
index 9958d723cddeb2747f1e2d9ac8a5e63b5a598710..48a16429b7246118aaa4e9ea2bfecfd42ce7e763 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);