fix(frontend): resolve the issue with the ellipsis button functionality on the conversation card within the conversation panel (#11302)

This commit is contained in:
Hiep Le 2025-10-09 23:47:03 +07:00 committed by GitHub
parent 7de32b2579
commit 18f6484ef3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"
>
<EllipsisIcon />
</button>