Merge pull request #15654 from edx/tasawer/learner-741/fix-user-drowndown-alignment

Fixed user dropdown alignment
This commit is contained in:
Tasawer Nawaz
2017-07-26 21:27:10 +05:00
committed by GitHub
2 changed files with 5 additions and 1 deletions

View File

@@ -18,6 +18,10 @@ body.view-in-course {
.wrapper-header {
min-width: auto;
.user-dropdown, .dropdown {
padding: ($baseline/2);
}
}
}

View File

@@ -185,7 +185,7 @@
.user-dropdown, .dropdown {
font-size: $body-font-size;
padding: 0 ($baseline/2);
padding: ($baseline/4) ($baseline/2);
color: $base-font-color;
border: none;
background: $white;