Quellcode durchsuchen

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

Caroline Moore vor 6 Jahren
Ursprung
Commit
85081cf502
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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 */