Skip to content

Commit

Permalink
Adding missing center alignment style for pullquote (#68121)
Browse files Browse the repository at this point in the history
Co-authored-by: benazeer-ben <[email protected]>
Co-authored-by: mrwweb <[email protected]>
  • Loading branch information
3 people authored Feb 27, 2025
1 parent fc40147 commit 5c38661
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/block-library/src/pullquote/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@
.wp-block-pullquote.has-text-align-right blockquote {
text-align: right;
}
// Ensure that we are reasonably specific to override theme defaults.
.wp-block-pullquote.has-text-align-center blockquote {
text-align: center;
}

// .is-style-solid-color is deprecated.
// This selector has not been scoped with `:root :where`, as global styles
Expand Down

1 comment on commit 5c38661

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Flaky tests detected in 5c38661.
Some tests passed with failed attempts. The failures may not be related to this commit but are still reported for visibility. See the documentation for more information.

🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/13559036622
📝 Reported issues:

Please sign in to comment.