Commit 918ca9b5 by Tasawer Nawaz Committed by GitHub

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

Fixed user dropdown alignment
parents ef9935d2 840a919a
......@@ -18,6 +18,10 @@ body.view-in-course {
.wrapper-header {
min-width: auto;
.user-dropdown, .dropdown {
padding: ($baseline/2);
}
}
}
......
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment