Skip to content

Commit

Permalink
Add spacing between input controls with custom values (#58410)
Browse files Browse the repository at this point in the history
  • Loading branch information
richtabor committed Jan 30, 2024
1 parent fa802d1 commit 375b6ee
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
import {
BaseControl,
__experimentalHStack as HStack,
__experimentalVStack as VStack,
} from '@wordpress/components';
import { useState } from '@wordpress/element';
import { __, _x, sprintf } from '@wordpress/i18n';
Expand Down Expand Up @@ -114,7 +115,7 @@ export default function SpacingSizesControl( {
/>
) }
</HStack>
{ renderControls() }
<VStack spacing={ 0.5 }>{ renderControls() }</VStack>
</fieldset>
);
}

1 comment on commit 375b6ee

@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 375b6ee.
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/7704510579
📝 Reported issues:

Please sign in to comment.