From 41cc8e556ffd2be091f8267ded250459965e6cfd Mon Sep 17 00:00:00 2001 From: Bohdan Triapitsyn Date: Thu, 30 Apr 2026 22:54:37 +0300 Subject: [PATCH] fix(git): cap fetch/pull remotes dropdown size and reposition Constrain width and add scroll so long remote URL lists stay inside the dropdown, and anchor it to the left of the trigger to match the chat input model picker. --- packages/ui/src/components/views/git/SyncActions.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ui/src/components/views/git/SyncActions.tsx b/packages/ui/src/components/views/git/SyncActions.tsx index e7e6fb43..f3d32a0d 100644 --- a/packages/ui/src/components/views/git/SyncActions.tsx +++ b/packages/ui/src/components/views/git/SyncActions.tsx @@ -150,7 +150,7 @@ export const SyncActions: React.FC = ({ {tooltipText} - + {remotes.map((remote) => (