Merge pull request #2758 from DSpace/backport-2691-to-dspace-7_x

[Port dspace-7_x] Decrease min-height for Login Dropdown Menu
This commit is contained in:
Tim Donohue
2024-01-19 11:12:03 -06:00
committed by GitHub

View File

@@ -4,7 +4,7 @@
}
.loginDropdownMenu {
min-height: 260px;
min-height: 75px;
}
.dropdown-item.active, .dropdown-item:active,