Pārlūkot izejas kodu

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

apeatling 5 gadi atpakaļ
vecāks
revīzija
a5a6d54b34
1 mainītis faili ar 7 papildinājumiem un 0 dzēšanām
  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;
 		}
 	}
+
+	// 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 {