Block button length
-
It seems wordpress core changed how
has-custom-width/wp-block-button__width-100works since 6.8.Core’s CSS added a new rule that forces the inner link to
width: 100%whenever the button hashas-custom-width. Before this change, width-100 only stretched the outerdiv class="wp-block-button"to fill its flex container, now it also stretches thealink 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?
You must be logged in to reply to this topic.
