1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-09 00:18:00 +01:00

fix: stretch strategies underlying root cause (#8520)

This commit is contained in:
Mateusz Kwasniewski 2024-10-23 16:24:15 +02:00 committed by GitHub
parent 9839b77008
commit b7b5a8ae48
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 9 deletions

View File

@ -197,14 +197,7 @@ export const StrategyItemContainer: FC<IStrategyItemContainerProps> = ({
{actions}
</Box>
</StyledHeader>
<Box
sx={{
p: 2,
justifyItems: 'center',
}}
>
{children}
</Box>
<Box sx={{ p: 2 }}>{children}</Box>
</StyledContainer>
</Box>
);

View File

@ -40,7 +40,6 @@ const StyledContainer = styled(Box, {
? theme.palette.neutral.light
: theme.palette.common.white,
},
width: '100%',
}));
const CustomStrategyDeprecationWarning = () => (