Skip to content

Commit

Permalink
Block Bindings: Try gap 0 on attribute items. (#65277)
Browse files Browse the repository at this point in the history
* Try gap 0

* Use vstack property

Co-authored-by: cbravobernal <cbravobernal@git.wordpress.org>
Co-authored-by: jasmussen <joen@git.wordpress.org>
  • Loading branch information
3 people committed Sep 12, 2024
1 parent 67fe7b0 commit eba5eb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-editor/src/hooks/block-bindings.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ function BlockBindingsAttribute( { attribute, binding } ) {
unlock( blocksPrivateApis ).getBlockBindingsSource( sourceName );
const isSourceInvalid = ! sourceProps;
return (
<VStack className="block-editor-bindings__item">
<VStack className="block-editor-bindings__item" spacing={ 0 }>
<Text truncate>{ attribute }</Text>
{ !! binding && (
<Text
Expand Down

0 comments on commit eba5eb7

Please sign in to comment.