fix: restore missing card border
This commit is contained in:
parent
9630e56a96
commit
940a61daab
@ -56,7 +56,7 @@ export function FileRow({ id, file }: FileRowProps) {
|
||||
}, [dispatch, id, onClose]);
|
||||
|
||||
return (
|
||||
<Collapse in={isOpen} animateOpacity unmountOnExit startingHeight={0} style={{ width: '100%' }}>
|
||||
<Collapse in={isOpen} animateOpacity unmountOnExit startingHeight={0} style={{ width: '100%', padding: '0.25rem' }}>
|
||||
<Card w="full" data-testid="file-row">
|
||||
<CardBody>
|
||||
<Grid
|
||||
|
Loading…
Reference in New Issue
Block a user