Merge pull request #18552 from edx/marco/learner-profile/learner-menu-styling

updated vertical alignment for learner profile menu
This commit is contained in:
Marco Morales
2018-07-11 10:46:10 -04:00
committed by GitHub

View File

@@ -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);