wp/wp-includes/blocks/pullquote/style-rtl.css
changeset 22 8c2e4d02f4ef
parent 21 48c4eec2b7e6
--- a/wp/wp-includes/blocks/pullquote/style-rtl.css	Fri Sep 05 18:40:08 2025 +0200
+++ b/wp/wp-includes/blocks/pullquote/style-rtl.css	Fri Sep 05 18:52:52 2025 +0200
@@ -35,6 +35,10 @@
   text-align:left;
 }
 
+.wp-block-pullquote.has-text-align-center blockquote{
+  text-align:center;
+}
+
 .wp-block-pullquote.is-style-solid-color{
   border:none;
 }
@@ -55,4 +59,5 @@
 
 .wp-block-pullquote cite{
   color:inherit;
+  display:block;
 }
\ No newline at end of file