Support

Account

Home Forums Gutenberg Gutenberg 4.2.0 broken with ACF 5.8.0-beta2 Reply To: Gutenberg 4.2.0 broken with ACF 5.8.0-beta2

  • Same here. It seems to be a simple CSS definition in the acf-blocks.css causing this:

    #editor .edit-post-visual-editor,
    #editor .edit-post-layout__metaboxes {
    flex-basis: 0%;
    flex-grow: 0; }

    The “flex-basis: 0%” overwrites WordPress default, which is set to 100%.