style-editor.css 197 B

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