Skip to content

Commit

Permalink
Increase space around command meta
Browse files Browse the repository at this point in the history
Fixes #320
  • Loading branch information
adamwoodnz committed Nov 6, 2023
1 parent 5f4ef50 commit ce0a5e8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

?>

<!-- wp:paragraph {"style":{"typography":{"lineHeight":"1.88","fontStyle":"normal","fontWeight":"400"}},"textColor":"charcoal-1","fontSize":"normal","fontFamily":"inter"} -->
<p class="has-charcoal-1-color has-text-color has-inter-font-family has-normal-font-size" style="font-style:normal;font-weight:400;line-height:1.88">
<!-- wp:paragraph {"style":{"typography":{"lineHeight":"1.88","fontStyle":"normal","fontWeight":"400"},"spacing":{"margin":{"top":"var:preset|spacing|20","bottom":"var:preset|spacing|20"}}},"textColor":"charcoal-1","fontSize":"normal","fontFamily":"inter"} -->
<p class="has-charcoal-1-color has-text-color has-inter-font-family has-normal-font-size" style="margin-top:var(--wp--preset--spacing--20);margin-bottom:var(--wp--preset--spacing--20);font-style:normal;font-weight:400;line-height:1.88">
<em><?php esc_html_e( 'Command documentation is regenerated at every release. To add or update an example, please submit a pull request against the corresponding part of the codebase.', 'wporg' ); ?></em>
</p>
<!-- /wp:paragraph -->

0 comments on commit ce0a5e8

Please sign in to comment.