mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-03 15:08:10 +01:00
b9603f6388
Syncs `@wordpress/*` packages to the `wp-6.7` npm tag. Props kevin940726, get_dave. Close #62321. Built from https://develop.svn.wordpress.org/trunk@59339 git-svn-id: http://core.svn.wordpress.org/trunk@58725 1a063a9b-81f0-0310-95a4-ce76da25c4cd
15 lines
276 B
CSS
15 lines
276 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-right:2.5em;
|
|
}
|
|
|
|
:root :where(.wp-block-latest-posts.is-grid),:root :where(.wp-block-latest-posts__list){
|
|
padding-right:0;
|
|
} |