Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
918ca9b5
Commit
918ca9b5
authored
Jul 26, 2017
by
Tasawer Nawaz
Committed by
GitHub
Jul 26, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #15654 from edx/tasawer/learner-741/fix-user-drowndown-alignment
Fixed user dropdown alignment
parents
ef9935d2
840a919a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
lms/static/sass/base/_layouts.scss
+4
-0
lms/static/sass/shared/_header.scss
+1
-1
No files found.
lms/static/sass/base/_layouts.scss
View file @
918ca9b5
...
...
@@ -18,6 +18,10 @@ body.view-in-course {
.wrapper-header
{
min-width
:
auto
;
.user-dropdown
,
.dropdown
{
padding
:
(
$baseline
/
2
);
}
}
}
...
...
lms/static/sass/shared/_header.scss
View file @
918ca9b5
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment