In CKEditor 4 to change the editor height there was a configuration option: config.height.
How do I change the height of CKEditor 5? (the Classic Editor)
Add this to your stylesheet:
.ck-editor__editable { min-height: 200px !important; }