Add "stretch" as option on Row block. #41280
Labels
[Block] Group
Affects the Group Block
[Feature] Layout
Layout block support, its UI controls, and style output.
[Type] Enhancement
A suggestion for improvement.
What problem does this address?
It's currently not possible to use
align-items:stretch
to make items inside arow 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
, andAlign bottom
.gutenberg/packages/block-editor/src/components/block-vertical-alignment-control/ui.js
Lines 12 to 25 in c761edb
The text was updated successfully, but these errors were encountered: