Skip to content

Commit

Permalink
Update image block margins on RTL (#47617)
Browse files Browse the repository at this point in the history
  • Loading branch information
carolinan authored Feb 8, 2023
1 parent 3c5cce4 commit 2634d17
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/block-library/src/image/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
float: left;
/*rtl:ignore*/
margin-left: 0;
/*rtl:ignore*/
margin-right: 1em;
margin-top: 0.5em;
margin-bottom: 0.5em;
Expand All @@ -62,6 +63,7 @@
float: right;
/*rtl:ignore*/
margin-right: 0;
/*rtl:ignore*/
margin-left: 1em;
margin-top: 0.5em;
margin-bottom: 0.5em;
Expand Down

0 comments on commit 2634d17

Please sign in to comment.