Browse Source

Affinity: Use post width, not page width, for Affinity's editor style.

Caroline Moore 6 years ago
parent
commit
85081cf502
1 changed files with 1 additions and 1 deletions
  1. 1 1
      affinity/editor-blocks.css

+ 1 - 1
affinity/editor-blocks.css

@@ -146,7 +146,7 @@
 /* Main column width */
 
 .wp-block {
-	max-width: 746px; /* 716px + 30px padding */
+	max-width: 567px; /* 537px + 30px padding */
 }
 
 /* Link styles */