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:
parent
9839b77008
commit
b7b5a8ae48
@ -197,14 +197,7 @@ export const StrategyItemContainer: FC<IStrategyItemContainerProps> = ({
|
|||||||
{actions}
|
{actions}
|
||||||
</Box>
|
</Box>
|
||||||
</StyledHeader>
|
</StyledHeader>
|
||||||
<Box
|
<Box sx={{ p: 2 }}>{children}</Box>
|
||||||
sx={{
|
|
||||||
p: 2,
|
|
||||||
justifyItems: 'center',
|
|
||||||
}}
|
|
||||||
>
|
|
||||||
{children}
|
|
||||||
</Box>
|
|
||||||
</StyledContainer>
|
</StyledContainer>
|
||||||
</Box>
|
</Box>
|
||||||
);
|
);
|
||||||
|
@ -40,7 +40,6 @@ const StyledContainer = styled(Box, {
|
|||||||
? theme.palette.neutral.light
|
? theme.palette.neutral.light
|
||||||
: theme.palette.common.white,
|
: theme.palette.common.white,
|
||||||
},
|
},
|
||||||
width: '100%',
|
|
||||||
}));
|
}));
|
||||||
|
|
||||||
const CustomStrategyDeprecationWarning = () => (
|
const CustomStrategyDeprecationWarning = () => (
|
||||||
|
Loading…
Reference in New Issue
Block a user