mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
remove width
This commit is contained in:
parent
85a4d37883
commit
19c632e793
@ -234,7 +234,7 @@ const ImageGalleryContent = () => {
|
||||
borderRadius: 'base',
|
||||
}}
|
||||
>
|
||||
<Box sx={{ w: 'full', minWidth: '200px' }}>
|
||||
<Box sx={{ w: 'full' }}>
|
||||
<Flex
|
||||
ref={resizeObserverRef}
|
||||
sx={{
|
||||
|
Loading…
Reference in New Issue
Block a user