Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/block-library/src/cover/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ function CoverHeightInput( {
const min = isPx ? COVER_MIN_HEIGHT : 0;

return (
<BaseControl label={ __( 'Minimum height of cover' ) } id={ inputId }>
<BaseControl id={ inputId }>
<UnitControl
id={ inputId }
isResetValueOnUnitChange
Expand Down Expand Up @@ -536,7 +536,7 @@ function CoverEdit( {
</PanelRow>
</PanelBody>
) }
<PanelBody title={ __( 'Dimensions' ) }>
<PanelBody title={ __( 'Minimum height' ) }>
<CoverHeightInput
value={ temporaryMinHeight || minHeight }
unit={ minHeightUnit }
Expand Down