Browse Source

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

Caroline Moore 6 năm trước cách đây
mục cha
commit
85081cf502
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 */