From 6b876a573ac6681c76d05a8ca7b6bbb833dbed19 Mon Sep 17 00:00:00 2001 From: marcotuts Date: Tue, 10 Jul 2018 10:43:31 -0400 Subject: [PATCH] updated vertical alignment for learner profile menu --- lms/static/sass/features/_learner-profile.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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);