Selaa lähdekoodia

Increase padding in the editor for certain full-aligned block types to better match the front end.

Caroline Moore 6 vuotta sitten
vanhempi
commit
39bf75c149
1 muutettua tiedostoa jossa 3 lisäystä ja 3 poistoa
  1. 3 3
      publication/editor-blocks.css

+ 3 - 3
publication/editor-blocks.css

@@ -49,9 +49,9 @@
 
 .wp-block-columns.alignfull,
 .wp-block-latest-comments.alignfull,
-.editor-block-list__block[data-align="full"] .wp-block-file {
-	padding-left: 24px;
-	padding-right: 24px;
+.editor-block-list__layout .editor-block-list__block[data-align=full] {
+	padding-left: 60px;
+	padding-right: 60px;
 }
 
 /* Title */