I found a workaround. If you add an admin CSS file ie editor-styles.css to your child theme you can add this style to shorten the space:
/* Main column bottom space hack */
div.block-editor-writing-flow__click-redirect[aria-hidden="true"] {
min-height: 2vh !important;
}