#59295 closed enhancement (fixed)
Don't add root padding to children of flex and grid layout blocks.
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 6.4 | Priority: | normal |
| Severity: | normal | Version: | 6.4 |
| Component: | Editor | Keywords: | gutenberg-merge has-patch has-unit-tests |
| Focuses: | Cc: |
Description
This ticket tracks syncing the changes from https://github.com/WordPress/gutenberg/pull/53259 to core.
Change History (4)
This ticket was mentioned in PR #5148 on WordPress/wordpress-develop by @isabel_brison.
2 years ago
#1
- Keywords has-patch has-unit-tests added
@ramonopoly commented on PR #5148:
2 years ago
#2
Also tests well for me. Thank you!
#3
@
2 years ago
- Owner set to isabel_brison
- Resolution set to fixed
- Status changed from new to closed
In 56546:
@isabel_brison commented on PR #5148:
2 years ago
#4
Committed in r56546.
Note: See
TracTickets for help on using
tickets.
Trac ticket: https://core.trac.wordpress.org/ticket/59295
Syncs the changes to
class-wp-theme-jsonfrom https://github.com/WordPress/gutenberg/pull/53259, as well as a test string update.