Skip to content

Commit

Permalink
Decrease min-height for Login Dropdown Menu
Browse files Browse the repository at this point in the history
Fixes #2690

This is noticable when you have disabled local authentication, and only have a singular remote authentication such as Shibboleth or Orcid.

(cherry picked from commit 09fc44a)
  • Loading branch information
misilot authored and github-actions[bot] committed Jan 19, 2024
1 parent fed70c5 commit d880b72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/shared/auth-nav-menu/auth-nav-menu.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
}

.loginDropdownMenu {
min-height: 260px;
min-height: 75px;
}

.dropdown-item.active, .dropdown-item:active,
Expand Down

0 comments on commit d880b72

Please sign in to comment.