fix(catalog): use flex instead of grid in warning area to be consistent

Signed-off-by: Stephen Glass <stephen@stephen.glass>
This commit is contained in:
Stephen Glass
2025-11-13 22:28:26 -05:00
parent aff04d30f7
commit 72b7f04178
@@ -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': {