Skip to content
This repository was archived by the owner on Nov 6, 2020. It is now read-only.

Commit a3b9e20

Browse files
cooper-joevarl
authored andcommitted
fix(MultiSelect): use dense chips for selections in input
1 parent 1995b4d commit a3b9e20

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/MultiSelect/SelectionList.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ const SelectionList = ({ selected, onChange, disabled, options }) => (
4747
onRemove={onRemove}
4848
disabled={isDisabled}
4949
overflow
50+
dense
5051
>
5152
{label}
5253
</Chip>

0 commit comments

Comments
 (0)