Hi Andrew I’ve tried so many variations and I just can’t get it to work. Could you please post an example like you do for the block_styles?
@richardmtl great thanks!
@sixaxis Can you suggest another option for renaming media files? Perhaps ShortPixel will provide this option in a future release?
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;
}