first commit
This commit is contained in:
16
wp-includes/blocks/latest-posts/editor-rtl.css
Normal file
16
wp-includes/blocks/latest-posts/editor-rtl.css
Normal file
@@ -0,0 +1,16 @@
|
||||
.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;
|
||||
}
|
||||
Reference in New Issue
Block a user