Skip to content

Commit

Permalink
Add 'Image Dimensions' label above width and height controls
Browse files Browse the repository at this point in the history
  • Loading branch information
noisysocks committed Apr 16, 2018
1 parent bdf94cd commit 43c6e08
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions blocks/library/image/block.js
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,9 @@ class ImageBlock extends Component {
/>
) }
<div className="blocks-image-dimensions">
<p className="blocks-image-dimensions__row">
{ __( 'Image Dimensions' ) }
</p>
<div className="blocks-image-dimensions__row">
<TextControl
type="number"
Expand Down

0 comments on commit 43c6e08

Please sign in to comment.