Skip to content

Commit f3d4cfe

Browse files
committed
Decrease max autosize rows
1 parent 3e3e72e commit f3d4cfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mindy-website/www/src/components/nodes/ProcessorNode.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export default function ProcessorNode(props: NodeProps<ProcessorNodeType>) {
6969
value={editCode}
7070
resize="both"
7171
autosize
72-
maxRows={32}
72+
maxRows={16}
7373
size="xs"
7474
onChange={(e) => setEditCode(e.currentTarget.value)}
7575
error={error}

0 commit comments

Comments
 (0)