Decrease min-height for Login Dropdown Menu

Fixes #2690

This is noticable when you have disabled local authentication, and only have a singular remote authentication such as Shibboleth or Orcid.
This commit is contained in:
Thomas Misilo
2023-12-05 10:02:17 -06:00
parent 08df2ea1ac
commit 09fc44a539

View File

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