Merge pull request #2691 from misilot/fix-2690

Decrease min-height for Login Dropdown Menu
This commit is contained in:
Tim Donohue
2024-01-19 09:22:36 -06:00
committed by GitHub

View File

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