Background
At the moment, both InfoChip and the InputChips used within ChipInput are 512px max-width. InfoChip is intended to display brief, informative content, but we can rely on guidelines to recommend keeping the text short. InputChips, however, often include user-generated content (like long names entered in ChipInput or selected from MultiselectLookup) so allowing longer text makes more sense.
In addition, the InputChip in ChipInput overflows the input when the text exceeds the available space:
This task is to update the max-width from both of them to use @size-full so they can adapt to the width of their container.
Acceptance criteria (or Done)
- Update InfoChip and InputChip max-width to @size-full
- Update the Figma component accordingly
