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