Browse Source

Update margins to match in template editor view and main page view

apeatling 5 years ago
parent
commit
a5a6d54b34
1 changed files with 7 additions and 0 deletions
  1. 7 0
      varia/sass/full-site-editing/_editor.scss

+ 7 - 0
varia/sass/full-site-editing/_editor.scss

@@ -5,6 +5,13 @@
 			margin-right: 0;
 			margin-right: 0;
 		}
 		}
 	}
 	}
+
+	// Match margins for template parts rendered in the page and template part editor view.
+	.block-editor-block-list__block-edit {
+		[data-block] {
+			margin: 12px 0 0 0;
+		}
+	}
 }
 }
 
 
 .template-block {
 .template-block {