Commit 840a919a by tasawernawaz

Fixed user dropdown alignment

LEARNER-741
parent 53d9f87d
...@@ -18,6 +18,10 @@ body.view-in-course { ...@@ -18,6 +18,10 @@ body.view-in-course {
.wrapper-header { .wrapper-header {
min-width: auto; min-width: auto;
.user-dropdown, .dropdown {
padding: ($baseline/2);
}
} }
} }
......
...@@ -185,7 +185,7 @@ ...@@ -185,7 +185,7 @@
.user-dropdown, .dropdown { .user-dropdown, .dropdown {
font-size: $body-font-size; font-size: $body-font-size;
padding: 0 ($baseline/2); padding: ($baseline/4) ($baseline/2);
color: $base-font-color; color: $base-font-color;
border: none; border: none;
background: $white; 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