WordPress/wp-includes/blocks/latest-posts/editor-rtl.css
noisysocks f6df3fba16 Editor: Update packages for 6.7 Beta 1.
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
2024-09-20 01:55:35 +00:00

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;
}