Skip to content

Trim Heading Block CSS  #134

@bgardner

Description

@bgardner

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 request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions