Skip to content
Prev Previous commit
Next Next commit
Adjust gap between controls
  • Loading branch information
tellthemachines committed Mar 23, 2023
commit 470fcf309182a82e4a7c8fa3a661210e71e535ce
2 changes: 1 addition & 1 deletion packages/block-editor/src/layouts/grid.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ function GridLayoutMinimumWidthControl( { layout, onChange } ) {
<BaseControl.VisualLabel as="legend">
{ __( 'Minimum column width' ) }
</BaseControl.VisualLabel>
<Flex>
<Flex gap={ 4 }>
<FlexItem isBlock>
<UnitControl
size={ '__unstable-large' }
Expand Down