Skip to content

Commit

Permalink
ImageSizeControl: Remove the "Image Dimensions" label (#49414)
Browse files Browse the repository at this point in the history
* Remove the Image Dimensions label

* Update CHANGELOG.md
  • Loading branch information
richtabor authored Mar 29, 2023
1 parent e2574ba commit d3f7f57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ export default function ImageSizeControl( {
) }
{ isResizable && (
<div className="block-editor-image-size-control">
<p>{ __( 'Image dimensions' ) }</p>

<HStack align="baseline" spacing="3">
<NumberControl
className="block-editor-image-size-control__width"
Expand Down
2 changes: 2 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

- `ImageSizeControl`: Remove the "Image Dimensions" label ([#49414](https://github.com/WordPress/gutenberg/pull/49414)).

### Internal

- `Animate`: Convert to TypeScript ([#49243](https://github.com/WordPress/gutenberg/pull/49243)).
Expand Down

1 comment on commit d3f7f57

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Flaky tests detected in d3f7f57.
Some tests passed with failed attempts. The failures may not be related to this commit but are still reported for visibility. See the documentation for more information.

🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/4550996754
📝 Reported issues:

Please sign in to comment.