We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a321919 commit bc08ac9Copy full SHA for bc08ac9
src/features/workspace/components/workspaces-selection.tsx
@@ -67,7 +67,7 @@ export function WorkspacesSelection() {
67
onAction={(v) => {
68
handleWorkspaceClick(v?.toString());
69
}}
70
- className="py-2 pt-3"
+ className="py-2 pt-3 max-h-80 overflow-auto"
71
renderEmptyState={() => (
72
<p className="text-center">No workspaces found</p>
73
)}
0 commit comments