diff options
Diffstat (limited to 'wp-includes/blocks/list/style-rtl.css')
-rw-r--r-- | wp-includes/blocks/list/style-rtl.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/wp-includes/blocks/list/style-rtl.css b/wp-includes/blocks/list/style-rtl.css index aef9754..bd5ee34 100644 --- a/wp-includes/blocks/list/style-rtl.css +++ b/wp-includes/blocks/list/style-rtl.css @@ -1,6 +1,7 @@ ol,ul{ box-sizing:border-box; } -ol.has-background,ul.has-background{ + +:root :where(ul.has-background,ol.has-background){ padding:1.25em 2.375em; }
\ No newline at end of file |