Skip to content

Commit

Permalink
Remove left padding from quote block when its centred. (#13846)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurelfulford authored and kjellr committed Feb 13, 2019
1 parent 40872d3 commit bc53911
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/block-library/src/quote/theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
&[style*="text-align:center"],
&[style*="text-align: center"] {
border: none;
padding-left: 0;
}

&.is-style-large,
Expand Down

0 comments on commit bc53911

Please sign in to comment.