From 87cced81952c168eaa4c6fd98059f089d765bcb3 Mon Sep 17 00:00:00 2001 From: kaitranntt Date: Wed, 28 Jan 2026 15:11:17 -0500 Subject: [PATCH] fix(ui): fix account card layout overflow - add min-w-0 flex-1 to left content container for proper shrinking - add gap-2 between content and dropdown menu - add shrink-0 to dropdown button to prevent overflow --- .../components/cliproxy/provider-editor/account-item.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ui/src/components/cliproxy/provider-editor/account-item.tsx b/ui/src/components/cliproxy/provider-editor/account-item.tsx index 0fa29685..269e4e8d 100644 --- a/ui/src/components/cliproxy/provider-editor/account-item.tsx +++ b/ui/src/components/cliproxy/provider-editor/account-item.tsx @@ -128,14 +128,14 @@ export function AccountItem({ return (
-
-
+
+
{/* Selection checkbox for bulk actions */} {selectable && (