Merge branch 'fix-dropdown-top-navbar-position-mobile' into 'master'

Fix dropdown position for the new button on mobile for the top navbar

Closes #34139

See merge request !12388
This commit is contained in:
Annabel Dunstone Gray 2017-06-23 00:54:53 +00:00
commit a4ca7e8beb
2 changed files with 6 additions and 0 deletions

View File

@ -395,6 +395,11 @@
.dropdown-menu-align-right {
left: auto;
right: 0;
margin-top: -5px;
@media (max-width: $screen-xs-max) {
left: 0;
}
}
.dropdown-menu-selectable {

View File

@ -346,6 +346,7 @@ header {
width: auto;
min-width: 140px;
margin-top: -5px;
left: auto;
.current-user {
padding: 5px 18px;