Command menu overflow ellipsis (#10977)
Fixes https://github.com/twentyhq/core-team-issues/issues/579
This commit is contained in:
@ -27,6 +27,7 @@ export const CommandMenuContextChipGroups = ({
|
||||
{contextChips.map((chip, index) => (
|
||||
<CommandMenuContextChip
|
||||
key={index}
|
||||
maxWidth={'180px'}
|
||||
Icons={chip.Icons}
|
||||
text={chip.text}
|
||||
onClick={chip.onClick}
|
||||
@ -79,6 +80,7 @@ export const CommandMenuContextChipGroups = ({
|
||||
Icons={lastChip.Icons}
|
||||
text={lastChip.text}
|
||||
onClick={lastChip.onClick}
|
||||
maxWidth={'180px'}
|
||||
/>
|
||||
)}
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user