Fix teams modal only showing two options (#23889)

This commit is contained in:
Luke Heath
2024-11-20 11:13:46 -06:00
committed by GitHub
parent 6e5af7752a
commit 8d0cc970f4
2 changed files with 5 additions and 1 deletions
@@ -225,6 +225,10 @@
animation: fade-in 150ms ease-out;
}
.Select-menu {
max-height: 190px;
}
.Select-noresults {
font-size: $x-small;
}