From 26ebd55e98d8f63210e4c3648db39f3b22648955 Mon Sep 17 00:00:00 2001 From: waleed Date: Mon, 6 Apr 2026 20:48:53 -0700 Subject: [PATCH] fix(resource-menu): consistent height between 1 result and no results --- .../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 d1a0320e21f..02bdf37822c 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 54a0142fc81..42882beafa0 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
)