When I have too many 'chips' to fit in the <p-chips>
component, it starts stretching the component horizontally until it goes off the edge of the page. I'd like it to expand vertically instead, and wrap to the next line (like material UI does).
There doesn't seem to be any options to control overflow behaviour, and if I style the component to be smaller, I just can't see the chips that are overflowing :(