Skip to content
This repository has been archived by the owner on Nov 18, 2024. It is now read-only.

Commit

Permalink
Merge pull request #406 from WordPress/try/fix-quote-styles
Browse files Browse the repository at this point in the history
Try: Fix quote styles.

Co-authored-by: juanfra <[email protected]>
Co-authored-by: jasmussen <[email protected]>
Co-authored-by: ddewan-git <[email protected]>
Co-authored-by: viralsampat-multidots <[email protected]>
  • Loading branch information
5 people authored Sep 25, 2024
2 parents 1dc431d + 0bf931c commit 90aaeec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -1195,7 +1195,7 @@
"core/quote": {
"border": {
"style": "solid",
"width": "0 2px 0 2px",
"width": "0 0 0 2px",
"color": "var:preset|color|contrast"
},
"spacing": {
Expand Down Expand Up @@ -1226,7 +1226,7 @@
"css": "& sub { font-size: 0.65em }"
}
},
"css": "&.has-text-align-right { border-left: 0; padding-left: 0; } &.has-text-align-center { border-inline: 0; padding-inline: 0; } &:not(.has-text-align-right):not(.has-text-align-center) { border-right: 0; padding-right: 0; }",
"css": "&.has-text-align-right { border-width: 0 2px 0 0; } &.has-text-align-center { border-width: 0;border-inline: 0; padding-inline: 0; }",
"variations": {
"plain": {
"border": {
Expand Down

0 comments on commit 90aaeec

Please sign in to comment.