From 8e11c32965eb35df372518c35662b526c89e20db Mon Sep 17 00:00:00 2001 From: Waleed Date: Mon, 6 Apr 2026 20:49:20 -0700 Subject: [PATCH] fix(resource-menu): consistent height between 1 result and no results (#4007) --- .../components/add-resource-dropdown/add-resource-dropdown.tsx | 2 +- .../components/user-input/components/plus-menu-dropdown.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/sim/app/workspace/[workspaceId]/home/components/mothership-view/components/add-resource-dropdown/add-resource-dropdown.tsx b/apps/sim/app/workspace/[workspaceId]/home/components/mothership-view/components/add-resource-dropdown/add-resource-dropdown.tsx index d1a0320e21..02bdf37822 100644 --- a/apps/sim/app/workspace/[workspaceId]/home/components/mothership-view/components/add-resource-dropdown/add-resource-dropdown.tsx +++ b/apps/sim/app/workspace/[workspaceId]/home/components/mothership-view/components/add-resource-dropdown/add-resource-dropdown.tsx @@ -216,7 +216,7 @@ export function AddResourceDropdown({ ) }) ) : ( -
+
No results
) diff --git a/apps/sim/app/workspace/[workspaceId]/home/components/user-input/components/plus-menu-dropdown.tsx b/apps/sim/app/workspace/[workspaceId]/home/components/user-input/components/plus-menu-dropdown.tsx index 54a0142fc8..42882beafa 100644 --- a/apps/sim/app/workspace/[workspaceId]/home/components/user-input/components/plus-menu-dropdown.tsx +++ b/apps/sim/app/workspace/[workspaceId]/home/components/user-input/components/plus-menu-dropdown.tsx @@ -183,7 +183,7 @@ export const PlusMenuDropdown = React.memo( ) }) ) : ( -
+
No results
)