We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b9b395 commit c1e9334Copy full SHA for c1e9334
packages/block-editor/src/hooks/layout-child.js
@@ -78,7 +78,6 @@ function useBlockPropsChildLayoutStyles( { style } ) {
78
css += `${ selector } {
79
flex-grow: 1;
80
flex-shrink: 1;
81
- flex-basis: 100%;
82
}`;
83
} else if ( layout[ heightProp ] === 'fit' ) {
84
@@ -109,7 +108,6 @@ function useBlockPropsChildLayoutStyles( { style } ) {
109
108
110
111
112
113
114
} else if ( layout[ widthProp ] === 'fit' ) {
115
0 commit comments