Skip to content
Snippets Groups Projects
Commit 68f6106c authored by Kathrin Osswald's avatar Kathrin Osswald
Browse files

Minor fix to the user menu displaying if switch role is moved to course menu.

parent a81c1ffb
Branches
Tags
No related merge requests found
......@@ -6,6 +6,7 @@ Changes
### Unreleased
* 2018-06-15 - Minor fix to the user menu displaying if switch role is moved to course menu.
* 2018-06-12 - Added Video JS skin that fits to the brand color.
### Release v3.5-r1
......
......@@ -826,6 +826,9 @@ a[href^="mailto"]::before {
.dropdown-menu.dropdown-menu-right a:last-child {
border-bottom: 1px solid $gray-lighter;
}
.dropdown-menu-right div:last-of-type {
margin-bottom: 0;
}
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment