Skip to content

Commit

Permalink
Revert label deletion on mobile for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonjd committed Aug 29, 2021
1 parent 30903af commit 57b9b21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-library/src/cover/controls.native.js
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ function Controls( {
</PanelBody>
) : null }

<PanelBody>
<PanelBody title={ __( 'Dimensions' ) }>
<UnitControl
label={ __( 'Minimum height' ) }
min={ minHeightUnit === 'px' ? COVER_MIN_HEIGHT : 1 }
Expand Down

0 comments on commit 57b9b21

Please sign in to comment.