• It seems wordpress core changed how has-custom-width/wp-block-button__width-100 works since 6.8.

    Core’s CSS added a new rule that forces the inner link to width: 100% whenever the button has has-custom-width. Before this change, width-100 only stretched the outer div class="wp-block-button" to fill its flex container, now it also stretches the a link inside it to fill the div.

    I think this problem combined with some new updates in 7.1 caused my vertical flex list to totally change behaviour and there is no any native way to fix my vertical buttons outline length mismatch.

    This created quite a lot of problems with the theme unless I use custom CSS to fix each block. Would you consider fixing this problem?

Viewing 1 replies (of 1 total)
  • Thread Starter sao987

    (@sao987)

    Actually I think I’ll just live with it and use custom CSS for each block.

Viewing 1 replies (of 1 total)

You must be logged in to reply to this topic.