Skip to content

Commit 2f19a74

Browse files
authored
Merge pull request #1433 from topcoder-platform/system-admin
Dropdown size tweak
2 parents caf0d88 + 6afe1cf commit 2f19a74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/apps/admin/src/lib/components/common/DropdownMenu/DropdownMenu.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
border: $border-xs solid $black-40;
1111
border-radius: 0 0 $sp-1 $sp-1;
1212
padding: $sp-2 0;
13-
max-height: 230px;
13+
max-height: 320px;
1414
overflow: auto;
1515
:global {
1616
ul > li {

0 commit comments

Comments
 (0)