Browse Source

Fix for latest posts RTL styles.

Caroline Moore 6 years ago
parent
commit
29fe160ad2
1 changed files with 5 additions and 0 deletions
  1. 5 0
      karuna/blocks.css

+ 5 - 0
karuna/blocks.css

@@ -404,6 +404,11 @@ hr.wp-block-separator {
 	margin-bottom: 0;
 }
 
+.rtl .wp-block-latest-posts {
+	margin-left: 0;
+	margin-right: 0;
+}
+
 /*--------------------------------------------------------------
 6.0 Blocks - Colors
 --------------------------------------------------------------*/