-
Notifications
You must be signed in to change notification settings - Fork 156
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Per WordPress/gutenberg#42122, we should be able to consolidate:
.wp-block-post-content h1 + *,
.wp-block-post-content h2 + *,
.wp-block-post-content h3 + *,
.wp-block-post-content h4 + *,
.wp-block-post-content h5 + *,
.wp-block-post-content h6 + * {
margin-top: 20px;
}
To this:
.wp-block-post-content .wp-block-heading + * {
margin-top: 20px;
}
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request