Change the default font size in code editor to be 12 (#1021)
This commit is contained in:
@@ -21,7 +21,6 @@ function WorkflowParameterInput({ type, value, onChange }: Props) {
|
||||
value={
|
||||
typeof value === "string" ? value : JSON.stringify(value, null, 2)
|
||||
}
|
||||
fontSize={12}
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user