mirror of
https://github.com/Unleash/unleash.git
synced 2025-04-10 01:16:39 +02:00
feat: add margin for segment constraints (#4481)
This commit is contained in:
parent
f9a686ca81
commit
12dfb1f3eb
@ -14,6 +14,7 @@ const ChangeItemCreateEditWrapper = styled(Box)(({ theme }) => ({
|
|||||||
gap: theme.spacing(1),
|
gap: theme.spacing(1),
|
||||||
alignItems: 'center',
|
alignItems: 'center',
|
||||||
width: '100%',
|
width: '100%',
|
||||||
|
margin: theme.spacing(0, 0, 1, 0),
|
||||||
}));
|
}));
|
||||||
|
|
||||||
export const ChangeItemWrapper = styled(Box)({
|
export const ChangeItemWrapper = styled(Box)({
|
||||||
|
Loading…
Reference in New Issue
Block a user