From e89351f98a1590f6b22c2337af9e6e324e052773 Mon Sep 17 00:00:00 2001 From: benazeer1909 Date: Thu, 19 Dec 2024 13:12:23 +0530 Subject: [PATCH] Adding missing alignment style for pullquote --- packages/block-library/src/pullquote/style.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/block-library/src/pullquote/style.scss b/packages/block-library/src/pullquote/style.scss index ff5fe6068dfac3..6c6557a1101fb4 100644 --- a/packages/block-library/src/pullquote/style.scss +++ b/packages/block-library/src/pullquote/style.scss @@ -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