Skip to content

Commit

Permalink
Skip RTL for Separator spacing (#21525)
Browse files Browse the repository at this point in the history
This PR removes padding flipping for dots, since they will still render LTR in mobile

before:
  • Loading branch information
senadir authored Apr 9, 2020
1 parent f56e34d commit 7052c9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/block-library/src/separator/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
color: currentColor;
font-size: 20px;
letter-spacing: 2em;
/*rtl:ignore*/
padding-left: 2em;
font-family: serif;
}
Expand Down

0 comments on commit 7052c9d

Please sign in to comment.