remove width

This commit is contained in:
Mary Hipp 2023-06-30 13:29:52 -04:00 committed by psychedelicious
parent 85a4d37883
commit 19c632e793

View File

@ -234,7 +234,7 @@ const ImageGalleryContent = () => {
borderRadius: 'base', borderRadius: 'base',
}} }}
> >
<Box sx={{ w: 'full', minWidth: '200px' }}> <Box sx={{ w: 'full' }}>
<Flex <Flex
ref={resizeObserverRef} ref={resizeObserverRef}
sx={{ sx={{