diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-09-19 04:51:18 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-09-19 04:51:18 +0000 |
commit | 0e41b5d52fdc6af6442816b5f465c9db9f84e126 (patch) | |
tree | e139a90049b158d4eed892d1662ee7f5c358fa31 /wp-includes/blocks/pullquote/style-rtl.css | |
parent | Adding upstream version 6.5.5+dfsg1. (diff) | |
download | wordpress-0e41b5d52fdc6af6442816b5f465c9db9f84e126.tar.xz wordpress-0e41b5d52fdc6af6442816b5f465c9db9f84e126.zip |
Adding upstream version 6.6.1+dfsg1.upstream/6.6.1+dfsg1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'wp-includes/blocks/pullquote/style-rtl.css')
-rw-r--r-- | wp-includes/blocks/pullquote/style-rtl.css | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/wp-includes/blocks/pullquote/style-rtl.css b/wp-includes/blocks/pullquote/style-rtl.css index 7aad4a0..f43e894 100644 --- a/wp-includes/blocks/pullquote/style-rtl.css +++ b/wp-includes/blocks/pullquote/style-rtl.css @@ -1,5 +1,6 @@ .wp-block-pullquote{ box-sizing:border-box; + margin:0 0 1em; overflow-wrap:break-word; padding:4em 0; text-align:center; @@ -26,10 +27,6 @@ color:inherit; } -:where(.wp-block-pullquote){ - margin:0 0 1em; -} - .wp-block-pullquote.has-text-align-left blockquote{ text-align:right; } |