Skip to content

Commit

Permalink
Label the HeightControl. (#57683)
Browse files Browse the repository at this point in the history
  • Loading branch information
afercia authored Jan 10, 2024
1 parent 8562a28 commit 5380b6c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/block-editor/src/components/height-control/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,8 @@ export default function HeightControl( {
onUnitChange={ handleUnitChange }
min={ 0 }
size={ '__unstable-large' }
label={ label }
hideLabelFromVision
/>
</FlexItem>
<FlexItem isBlock>
Expand All @@ -175,6 +177,8 @@ export default function HeightControl( {
withInputField={ false }
onChange={ handleSliderChange }
__nextHasNoMarginBottom
label={ label }
hideLabelFromVision
/>
</Spacer>
</FlexItem>
Expand Down

0 comments on commit 5380b6c

Please sign in to comment.