Skip to content

Commit

Permalink
Adding missing alignment style for pullquote
Browse files Browse the repository at this point in the history
  • Loading branch information
benazeer-ben committed Dec 19, 2024
1 parent b226cee commit e89351f
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

0 comments on commit e89351f

Please sign in to comment.