diff options
Diffstat (limited to '')
-rw-r--r-- | wp-includes/blocks/quote/style.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/wp-includes/blocks/quote/style.css b/wp-includes/blocks/quote/style.css index 366962d..97cdf47 100644 --- a/wp-includes/blocks/quote/style.css +++ b/wp-includes/blocks/quote/style.css @@ -14,4 +14,7 @@ .wp-block-quote.is-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-large:where(:not(.is-style-plain)) footer,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer{ font-size:1.125em; text-align:right; +} +.wp-block-quote>cite{ + display:block; }
\ No newline at end of file |