Skip to content

Commit

Permalink
Tweak spacing value
Browse files Browse the repository at this point in the history
  • Loading branch information
t-hamano committed Jul 31, 2024
1 parent bbc1112 commit 7e17619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/format-library/src/image/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ function InlineUI( { value, onChange, activeObjectAttributes, contentRef } ) {
event.preventDefault();
} }
>
<VStack>
<VStack spacing={ 4 }>
<NumberControl
label={ __( 'Width' ) }
value={ editedWidth }
Expand Down

0 comments on commit 7e17619

Please sign in to comment.