Skip to content

Commit

Permalink
Try: output float clearing for all centered blocks. (#21608)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmussen authored Apr 21, 2020
1 parent dd9f454 commit 4e1320c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/block-library/src/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -260,3 +260,8 @@
#end-resizable-editor-section {
display: none;
}

// Block alignments.
.aligncenter {
clear: both;
}

0 comments on commit 4e1320c

Please sign in to comment.