Skip to content

Commit

Permalink
Introduce left and right float alignment options to latest posts block (
Browse files Browse the repository at this point in the history
  • Loading branch information
Nahid F. Mohit authored and youknowriad committed Mar 6, 2019
1 parent 224d63d commit 50f2ac0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/block-library/src/latest-posts/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ class LatestPostsEdit extends Component {
onChange={ ( nextAlign ) => {
setAttributes( { align: nextAlign } );
} }
controls={ [ 'center', 'wide', 'full' ] }
/>
<Toolbar controls={ layoutControls } />
</BlockControls>
Expand Down

0 comments on commit 50f2ac0

Please sign in to comment.