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:
@@ -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': {
|
||||
|
||||
Reference in New Issue
Block a user