Skip to content

Commit

Permalink
Merge pull request #2758 from DSpace/backport-2691-to-dspace-7_x
Browse files Browse the repository at this point in the history
[Port dspace-7_x] Decrease min-height for Login Dropdown Menu
  • Loading branch information
tdonohue authored Jan 19, 2024
2 parents 5f19b6a + d880b72 commit b2cae3b
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 b2cae3b

Please sign in to comment.