diff --git a/plugins/catalog/src/alpha/DefaultEntityContentLayout.tsx b/plugins/catalog/src/alpha/DefaultEntityContentLayout.tsx index 7b5b6fbcbc..01340037b4 100644 --- a/plugins/catalog/src/alpha/DefaultEntityContentLayout.tsx +++ b/plugins/catalog/src/alpha/DefaultEntityContentLayout.tsx @@ -42,7 +42,8 @@ const useStyles = makeStyles< gap: theme.spacing(3), }, warningArea: { - display: 'grid', + display: 'flex', + flexDirection: 'column', gap: theme.spacing(2), marginBottom: theme.spacing(3), '&:empty': {