[ENG-830] Open with text cut (#1397)

* Update ContextMenu.tsx

* Update ContextMenu.tsx

---------

Co-authored-by: Utku <74243531+utkubakir@users.noreply.github.com>
This commit is contained in:
ameer2468
2023-09-28 17:29:08 +03:00
committed by GitHub
parent bd0a7ff434
commit 2bb7ee1d68

View File

@@ -86,7 +86,7 @@ const SubMenu = ({
const contextMenuItemStyles = cva(
[
'flex h-[26px] items-center space-x-2 overflow-hidden rounded px-2',
'flex min-h-[26px] max-h-fit items-center space-x-2 overflow-hidden rounded px-2',
'text-sm text-menu-ink',
'group-radix-highlighted:text-white',
'group-radix-disabled:pointer-events-none group-radix-disabled:text-menu-ink/50',