Browse Source

More fixes for RTL styles.

Caroline Moore 6 years ago
parent
commit
916c060d49
1 changed files with 8 additions and 1 deletions
  1. 8 1
      toujours/editor-blocks.css

+ 8 - 1
toujours/editor-blocks.css

@@ -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 {