Skip to content

Commit 09fc44a

Browse files
committed
Decrease min-height for Login Dropdown Menu
Fixes DSpace#2690 This is noticable when you have disabled local authentication, and only have a singular remote authentication such as Shibboleth or Orcid.
1 parent 08df2ea commit 09fc44a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/shared/auth-nav-menu/auth-nav-menu.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
}
55

66
.loginDropdownMenu {
7-
min-height: 260px;
7+
min-height: 75px;
88
}
99

1010
.dropdown-item.active, .dropdown-item:active,

0 commit comments

Comments
 (0)