Skip to content

Commit

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

This is noticable when you have disabled local authentication, and only have a singular remote authentication such as Shibboleth or Orcid.
  • Loading branch information
misilot committed Dec 5, 2023
1 parent 08df2ea commit 09fc44a
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 09fc44a

Please sign in to comment.