fix(ui): min height for workflow image field drop target

This commit is contained in:
psychedelicious
2024-10-30 22:13:59 +10:00
parent 6d7a486e5b
commit 8da9e7c1f6

View File

@@ -59,6 +59,7 @@ const ImageFieldInputComponent = (props: FieldComponentProps<ImageFieldInputInst
className="nodrag"
w="full"
h="full"
minH={16}
alignItems="center"
justifyContent="center"
borderColor="error.500"