summaryrefslogtreecommitdiffstats
path: root/wp-includes/blocks/pullquote/style-rtl.css
diff options
context:
space:
mode:
Diffstat (limited to 'wp-includes/blocks/pullquote/style-rtl.css')
-rw-r--r--wp-includes/blocks/pullquote/style-rtl.css5
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;
}