Skip to content

Commit

Permalink
Try: Fix regression with featured images in latest posts. (#40662)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmussen authored and adamziel committed Apr 29, 2022
1 parent 687bd1c commit d8cac5b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/block-library/src/latest-posts/style.scss
Expand Up @@ -63,10 +63,14 @@
&.alignleft {
/*rtl:ignore*/
margin-right: 1em;
/*rtl:ignore*/
float: left;
}
&.alignright {
/*rtl:ignore*/
margin-left: 1em;
/*rtl:ignore*/
float: right;
}
&.aligncenter {
margin-bottom: 1em;
Expand Down

0 comments on commit d8cac5b

Please sign in to comment.