diff options
Diffstat (limited to 'wp-includes/blocks/latest-posts/style.css')
-rw-r--r-- | wp-includes/blocks/latest-posts/style.css | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/wp-includes/blocks/latest-posts/style.css b/wp-includes/blocks/latest-posts/style.css index 63f0115..a9c15ad 100644 --- a/wp-includes/blocks/latest-posts/style.css +++ b/wp-includes/blocks/latest-posts/style.css @@ -9,15 +9,14 @@ } .wp-block-latest-posts.wp-block-latest-posts__list{ list-style:none; - padding-left:0; } .wp-block-latest-posts.wp-block-latest-posts__list li{ clear:both; + overflow-wrap:break-word; } .wp-block-latest-posts.is-grid{ display:flex; flex-wrap:wrap; - padding:0; } .wp-block-latest-posts.is-grid li{ margin:0 1.25em 1.25em 0; @@ -56,6 +55,13 @@ } } +:root :where(.wp-block-latest-posts.is-grid){ + padding:0; +} +:root :where(.wp-block-latest-posts.wp-block-latest-posts__list){ + padding-left:0; +} + .wp-block-latest-posts__post-author,.wp-block-latest-posts__post-date{ display:block; font-size:.8125em; |