Changeset 2140619
- Timestamp:
- 08/16/2019 01:31:32 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
maximum-width-container/tags/1.1/max-width-container.js
r2140584 r2140619 36 36 return ( 37 37 wp.element.createElement( 'div', { 38 style: { maxWidth: props.attributes.container_width + 'px' }, 39 className: 'wp-block-max-width-container' 38 style: { maxWidth: props.attributes.container_width + 'px' } 40 39 }, 41 40 wp.element.createElement( wp.editor.InnerBlocks.Content )
Note: See TracChangeset
for help on using the changeset viewer.