Skip to content
This repository has been archived by the owner on Oct 27, 2022. It is now read-only.

Commit

Permalink
fix: wrap chips in feature strategy lists (#1221)
Browse files Browse the repository at this point in the history
  • Loading branch information
olav committed Aug 17, 2022
1 parent feca36e commit 7685134
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ const Container = styled('div')(({ theme }) => ({
const ChipsList = styled('div')(({ theme }) => ({
display: 'flex',
gap: theme.spacing(1),
flexWrap: 'wrap',
}));

const InputContainer = styled('div')(({ theme }) => ({
Expand Down

0 comments on commit 7685134

Please sign in to comment.