1
0
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:
Jaanus Sellin 2023-08-11 15:07:41 +03:00 committed by GitHub
parent f9a686ca81
commit 12dfb1f3eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)({