|
@@ -858,6 +858,7 @@
|
|
|
|
|
|
.rtl ol.wp-block-latest-comments {
|
|
|
margin-right: 0;
|
|
|
+ padding-right: 0;
|
|
|
}
|
|
|
|
|
|
.wp-block-latest-comments__comment-excerpt p:last-child {
|
|
@@ -866,10 +867,16 @@
|
|
|
|
|
|
/* Latest Posts */
|
|
|
|
|
|
-.edit-post-visual-editor .wp-block-latest-posts.is-grid {
|
|
|
+.rtl .edit-post-visual-editor .wp-block-latest-posts {
|
|
|
+ padding-right: 0;
|
|
|
+}
|
|
|
+
|
|
|
+.edit-post-visual-editor .wp-block-latest-posts.is-grid,
|
|
|
+.rtl .edit-post-visual-editor .wp-block-latest-posts.is-grid {
|
|
|
list-style: none;
|
|
|
margin-left: 0;
|
|
|
margin-right: 0;
|
|
|
+ padding: 0;
|
|
|
}
|
|
|
|
|
|
.edit-post-visual-editor .wp-block-latest-posts.is-grid li {
|