Plugin Directory

Changeset 2140619


Ignore:
Timestamp:
08/16/2019 01:31:32 PM (7 years ago)
Author:
visualsuperhero
Message:

js error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • maximum-width-container/tags/1.1/max-width-container.js

    r2140584 r2140619  
    3636        return (
    3737            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' }
    4039            },
    4140                wp.element.createElement( wp.editor.InnerBlocks.Content )
Note: See TracChangeset for help on using the changeset viewer.