Browse Source

editor styles

windhamdavid 5 months ago
parent
commit
7ad3db4eed
1 changed files with 7 additions and 0 deletions
  1. 7 0
      style-editor.css

+ 7 - 0
style-editor.css

@@ -0,0 +1,7 @@
+/* 
+noticed that full width blocks still have a default block start margin
+https://github.com/WordPress/gutenberg/issues/37811
+*/
+:where(.wp-site-blocks) > * {
+  margin-block-start: 0 !important;
+}