git-subtree-dir: SiriusPress/wordpress
git-subtree-mainline: 6d2204413f383520b3f2ece120bc7324f2e88906
git-subtree-split: 1f173de885
16 lines
No EOL
287 B
CSS
16 lines
No EOL
287 B
CSS
.wp-block-latest-posts > li {
|
|
overflow: hidden;
|
|
}
|
|
|
|
.wp-block-latest-posts li a > div {
|
|
display: inline;
|
|
}
|
|
|
|
:root :where(.wp-block-latest-posts) {
|
|
padding-left: 2.5em;
|
|
}
|
|
|
|
:root :where(.wp-block-latest-posts.is-grid),
|
|
:root :where(.wp-block-latest-posts__list) {
|
|
padding-left: 0;
|
|
} |