Skip to content

Commit

Permalink
Fix editor heigth
Browse files Browse the repository at this point in the history
  • Loading branch information
martmull committed Aug 22, 2024
1 parent 69496d7 commit 63ded57
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const CodeEditor = ({
value = DEFAULT_CODE,
onChange,
language = 'typescript',
height = 500,
height = 450,
options = undefined,
header,
}: CodeEditorProps) => {
Expand Down

0 comments on commit 63ded57

Please sign in to comment.