Closed
Description
What problem does this address?
It's currently not possible to use align-items:stretch
to make items inside a row block
vertically fill the space available.
While stretch
is the default for a flex item in CSS, I am not able to use that in the block editor.
What is your proposed solution?
Add "stretch" to the available options, alongside Align top
, Align middle
, and Align bottom
.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment