Multiple Blocks: Padding setting in JSON is no longer working #61011
Open
Description
Description
This is likely caused by the work reducing the specificity, but now, with the Gutenberg plugin active, the default overrides the padding for the blocks that use unordered or ordered list elements.
I've noticed this issue in the following blocks, but there might be more.
- Archives Block,
- Categories List Block,
- Latest Comments Block,
- Table of Contents Block (the cause might be a different issue)
Step-by-step reproduction instructions
- Go to the editor
- Add one of the blocks affected by this issue
- Change the padding for the block in the JSON
- Notice it's overridden by the default
- Deactivate Gutenberg plugin, and see the difference.
Screenshots, screen recording, code snippet
Environment info
- WP 6.5.2
- Gutenberg Trunk
Please confirm that you have searched existing issues in the repo.
Yes
Please confirm that you have tested with all plugins deactivated except Gutenberg.
Yes
Activity