Skip to content

Commit

Permalink
Improved toolbar order
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgefilipecosta committed Sep 5, 2018
1 parent 3669265 commit b6e8d13
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions packages/block-library/src/layout-half-media-text/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,13 +90,6 @@ class ImageEdit extends Component {
} ];
return (
<Fragment>
<div className={ className } style={ style } >
{ this.renderMediaArea() }
<InnerBlocks
allowedBlocks={ ALLOWED_BLOCKS }
template={ TEMPLATE }
/>
</div>
<InspectorControls>
<PanelColorSettings
title={ __( 'Color Settings' ) }
Expand All @@ -119,6 +112,13 @@ class ImageEdit extends Component {
} ] }
/>
</BlockControls>
<div className={ className } style={ style } >
{ this.renderMediaArea() }
<InnerBlocks
allowedBlocks={ ALLOWED_BLOCKS }
template={ TEMPLATE }
/>
</div>
</Fragment>
);
}
Expand Down

0 comments on commit b6e8d13

Please sign in to comment.