mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
Merge pull request #2691 from misilot/fix-2690
Decrease min-height for Login Dropdown Menu
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.loginDropdownMenu {
|
.loginDropdownMenu {
|
||||||
min-height: 260px;
|
min-height: 75px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dropdown-item.active, .dropdown-item:active,
|
.dropdown-item.active, .dropdown-item:active,
|
||||||
|
Reference in New Issue
Block a user