mirror of
https://github.com/WordPress/WordPress.git
synced 2024-10-30 15:31:04 +01:00
f6df3fba16
Syncs `@wordpress/*` packages to the `wp-6.7` npm tag. Fixes #61906. Props peterwilsoncc, gziolo, kevin940726. Built from https://develop.svn.wordpress.org/trunk@59072 git-svn-id: http://core.svn.wordpress.org/trunk@58468 1a063a9b-81f0-0310-95a4-ce76da25c4cd
22 lines
423 B
CSS
22 lines
423 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;
|
|
}
|
|
|
|
.wp-block-latest-posts__post-content-radio{
|
|
margin-bottom:24px;
|
|
}
|
|
.wp-block-latest-posts__post-content-radio:last-child{
|
|
margin-bottom:8px;
|
|
} |