From 18f6484ef37a792623b23e9efbc50fc3a01896f1 Mon Sep 17 00:00:00 2001 From: Hiep Le <69354317+hieptl@users.noreply.github.com> Date: Thu, 9 Oct 2025 23:47:03 +0700 Subject: [PATCH] fix(frontend): resolve the issue with the ellipsis button functionality on the conversation card within the conversation panel (#11302) --- .../conversation-card/conversation-card-actions.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/features/conversation-panel/conversation-card/conversation-card-actions.tsx b/frontend/src/components/features/conversation-panel/conversation-card/conversation-card-actions.tsx index c39264c3bd..11ccad06f5 100644 --- a/frontend/src/components/features/conversation-panel/conversation-card/conversation-card-actions.tsx +++ b/frontend/src/components/features/conversation-panel/conversation-card/conversation-card-actions.tsx @@ -37,7 +37,7 @@ export function ConversationCardActions({ event.stopPropagation(); onContextMenuToggle(!contextMenuOpen); }} - className="cursor-pointer w-6 h-6 flex flex-row items-center justify-end" + className="cursor-pointer w-6 h-6 flex flex-row items-center justify-center translate-x-2.5" >