Make WordPress Core

Opened 2 years ago

Closed 2 years ago

#57112 closed defect (bug) (reported-upstream)

Typo in table block styles

Reported by: leemon's profile leemon Owned by:
Milestone: Priority: normal
Severity: normal Version: 6.1
Component: Editor Keywords:
Focuses: css Cc:

Description

In WP 6.1 there's a typo in the following file:

wp-includes/css/dist/block-library/theme.css
.wp-block-table {
  margin: "0 0 1em 0";
}

Change History (3)

#1 @Soean
2 years ago

Same bug in the Gutenberg project repo: https://github.com/WordPress/gutenberg/issues/45766

#3 @SergeyBiryukov
2 years ago

  • Milestone Awaiting Review deleted
  • Resolution set to reported-upstream
  • Status changed from new to closed

Thanks for the ticket!

As noted above, it looks like this is already resolved upstream and will be merged into core as part of package updates in a future release.

Note: See TracTickets for help on using tickets.