Merge pull request #18552 from edx/marco/learner-profile/learner-menu-styling
updated vertical alignment for learner profile menu
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user