Skip to content

Commit

Permalink
Update comment for resizable container to clarify vertical space usage
Browse files Browse the repository at this point in the history
  • Loading branch information
yogeshbhutkar committed Jan 28, 2025
1 parent 45f867b commit d1de345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-library/src/spacer/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
height: 100% !important;
}

// Allows the resizable container to occupy all remaining vertical space.
// Ensures the resizable container fills the remaining vertical space.
&:not(.resize-horizontal) {
flex-grow: inherit;
}
Expand Down

0 comments on commit d1de345

Please sign in to comment.