-
- {
- nextWidth =
- 0 > parseFloat( nextWidth )
- ? '0'
- : nextWidth;
- onChange( {
- ...layout,
- contentSize: nextWidth,
- } );
- } }
- units={ units }
- />
-
-
-
- {
- nextWidth =
- 0 > parseFloat( nextWidth )
- ? '0'
- : nextWidth;
- onChange( {
- ...layout,
- wideSize: nextWidth,
- } );
- } }
- units={ units }
- />
-
-
-
-
- { __(
- 'Customize the width for all elements that are assigned to the center or wide columns.'
- ) }
-
-