Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
Merge pull request #3511 from hatched/logout-3503
Browse files Browse the repository at this point in the history
Do not hide the third item, which is now the logout link, in the user menu

Fixes #3503
  • Loading branch information
jujugui authored Feb 14, 2018
2 parents 09fd4b7 + 07b3455 commit bd8ee24
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,4 @@
}
}
}
.dropdown-menu__list-item:nth-child(3) {
display: none;

@media screen and (max-width: $breakpoint-medium) {
display: block;
}
}
}

0 comments on commit bd8ee24

Please sign in to comment.