Skip to content

Commit

Permalink
Align single half width column to left (#27142)
Browse files Browse the repository at this point in the history
* remove the auto margin for individual column blocks

* update margin values for blocks in blocks to zero insted of auto
  • Loading branch information
draganescu authored and tellthemachines committed Nov 30, 2020
1 parent 9896f96 commit a7efc94
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/block-library/src/columns/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
// cascade into columns.
.wp-block-columns .wp-block {
max-width: none;
margin-left: 0;
margin-right: 0;
}

// To do: remove horizontal margin override by the editor.
Expand Down

0 comments on commit a7efc94

Please sign in to comment.