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]);
|
}, [dispatch, id, onClose]);
|
||||||
|
|
||||||
return (
|
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">
|
<Card w="full" data-testid="file-row">
|
||||||
<CardBody>
|
<CardBody>
|
||||||
<Grid
|
<Grid
|
||||||
|
Loading…
Reference in New Issue
Block a user