mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01: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),
|
||||
alignItems: 'center',
|
||||
width: '100%',
|
||||
margin: theme.spacing(0, 0, 1, 0),
|
||||
}));
|
||||
|
||||
export const ChangeItemWrapper = styled(Box)({
|
||||
|
Loading…
Reference in New Issue
Block a user