diff --git a/packages/block-editor/src/components/block-list/index.native.js b/packages/block-editor/src/components/block-list/index.native.js index 3fd333ad2ec49..b7251887bc375 100644 --- a/packages/block-editor/src/components/block-list/index.native.js +++ b/packages/block-editor/src/components/block-list/index.native.js @@ -314,25 +314,34 @@ export default function BlockList( { ), { flex: 0 }, styles.overflowVisible, - horizontal && styles.horizontalContentContainer, - isWider( blockWidth, 'medium' ) && - ( isContentStretch && isMultiBlocks - ? styles.horizontalContentContainerStretch - : styles.horizontalContentContainerCenter ), ] } > - { blockClientIds.map( ( currentClientId, index ) => - renderItem( { - item: currentClientId, - index, - } ) - ) } -