Skip to content

Commit c1e9334

Browse files
Remove flex-basis
1 parent 4b9b395 commit c1e9334

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/block-editor/src/hooks/layout-child.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ function useBlockPropsChildLayoutStyles( { style } ) {
7878
css += `${ selector } {
7979
flex-grow: 1;
8080
flex-shrink: 1;
81-
flex-basis: 100%;
8281
}`;
8382
} else if ( layout[ heightProp ] === 'fit' ) {
8483
css += `${ selector } {
@@ -109,7 +108,6 @@ function useBlockPropsChildLayoutStyles( { style } ) {
109108
css += `${ selector } {
110109
flex-grow: 1;
111110
flex-shrink: 1;
112-
flex-basis: 100%;
113111
}`;
114112
} else if ( layout[ widthProp ] === 'fit' ) {
115113
css += `${ selector } {

0 commit comments

Comments
 (0)