• Resolved strarsis

    (@strarsis)


    The styles injected by his plugin prevent blocks aligned to full and wide width in Gutenberg editor (backend) to actually stretch fully or widely:

    `
    #editor div.block-editor-writing-flow {
      max-width: 750px;
    }
    

    `
    The current Gutenberg plugin implementation assigns max-width: none; to a block that is aligned to full or wide width, but the editor wrapper has its own max-width assigned, hence the blocks won’t stretch more than normal blocks.

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Plugin styles prevent alignfull/alignwide in editor’ is closed to new replies.