Skip to content

Commit

Permalink
Fixed center aligned image behavior (#21911)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nahid Ferdous Mohit authored Apr 27, 2020
1 parent 65d907a commit 9b07cca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/block-library/src/image/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,5 @@ figure.wp-block-image:not(.wp-block) {
.wp-block[data-align="center"] > .wp-block-image {
margin-left: auto;
margin-right: auto;
text-align: center;
}

0 comments on commit 9b07cca

Please sign in to comment.