mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
fix(ui): min height for workflow image field drop target
This commit is contained in:
@@ -59,6 +59,7 @@ const ImageFieldInputComponent = (props: FieldComponentProps<ImageFieldInputInst
|
||||
className="nodrag"
|
||||
w="full"
|
||||
h="full"
|
||||
minH={16}
|
||||
alignItems="center"
|
||||
justifyContent="center"
|
||||
borderColor="error.500"
|
||||
|
||||
Reference in New Issue
Block a user