mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-04 00:18:01 +01:00
fix: wrap chips in feature strategy lists (#1221)
This commit is contained in:
parent
fdc025d66a
commit
d3572cf53a
@ -29,6 +29,7 @@ const Container = styled('div')(({ theme }) => ({
|
|||||||
const ChipsList = styled('div')(({ theme }) => ({
|
const ChipsList = styled('div')(({ theme }) => ({
|
||||||
display: 'flex',
|
display: 'flex',
|
||||||
gap: theme.spacing(1),
|
gap: theme.spacing(1),
|
||||||
|
flexWrap: 'wrap',
|
||||||
}));
|
}));
|
||||||
|
|
||||||
const InputContainer = styled('div')(({ theme }) => ({
|
const InputContainer = styled('div')(({ theme }) => ({
|
||||||
|
Loading…
Reference in New Issue
Block a user