Skip to content

Commit

Permalink
prep build 1/22
Browse files Browse the repository at this point in the history
  • Loading branch information
bph committed Jan 22, 2025
2 parents 8459de5 + 06ee5e1 commit 2ca0b66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-library/src/spacer/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ const SpacerEdit = ( {
isFlexLayout &&
selfStretch !== 'fill' &&
selfStretch !== 'fit' &&
! flexSize
flexSize === undefined
) {
if ( inheritedOrientation === 'horizontal' ) {
// If spacer is moving from a vertical container to a horizontal container,
Expand Down

0 comments on commit 2ca0b66

Please sign in to comment.