_text.scss 300 B

1234567
  1. // Needed until https://github.com/WordPress/gutenberg/issues/35267 is resolved.
  2. p.wp-block.wp-block-paragraph, // This selector has been made extra specific to override the block gap being set in the editor.
  3. *[class^="wp-container"] > * + p,
  4. *[class^="wp-container"] > p + *,
  5. p {
  6. margin-top: 1em;
  7. }