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 eb1824494bf497..7e87bce6841206 100644 --- a/packages/block-editor/src/components/block-list/index.native.js +++ b/packages/block-editor/src/components/block-list/index.native.js @@ -128,7 +128,7 @@ export class BlockList extends Component { clientId={ clientId } rootClientId={ this.props.rootClientId } onCaretVerticalPositionChange={ this.onCaretVerticalPositionChange } - isSmallScreen={ ! ReadableContentView.isContentMaxWidth() } + isSmallScreen={ ! this.props.isFullyBordered } /> ) } { shouldShowInsertionPointAfter( clientId ) && this.renderAddBlockSeparator() }