| 1 |
.wp-block-latest-posts > li { |
| 2 |
overflow: hidden; |
| 3 |
} |
| 4 |
|
| 5 |
.wp-block-latest-posts li a > div { |
| 6 |
display: inline; |
| 7 |
} |
| 8 |
|
| 9 |
:root :where(.wp-block-latest-posts) { |
| 10 |
padding-left: 2.5em; |
| 11 |
} |
| 12 |
|
| 13 |
:root :where(.wp-block-latest-posts.is-grid), |
| 14 |
:root :where(.wp-block-latest-posts__list) { |
| 15 |
padding-left: 0; |
| 16 |
} |