We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eea8d08 commit 6698215Copy full SHA for 6698215
packages/block-library/src/column/edit.js
@@ -33,8 +33,8 @@ function ColumnInspectorControls( { width, setAttributes } ) {
33
<PanelBody title={ __( 'Settings' ) }>
34
<UnitControl
35
label={ __( 'Width' ) }
36
- labelPosition="edge"
37
- __unstableInputWidth="80px"
+ __unstableInputWidth="calc(50% - 8px)"
+ __next40pxDefaultSize
38
value={ width || '' }
39
onChange={ ( nextWidth ) => {
40
nextWidth = 0 > parseFloat( nextWidth ) ? '0' : nextWidth;
0 commit comments