mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 05:48:36 +08:00
fix(frontend): resolve the issue with the ellipsis button functionality on the conversation card within the conversation panel (#11302)
This commit is contained in:
parent
7de32b2579
commit
18f6484ef3
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user