There is a spacing inconsistency in the Pullquote block between the editor and the frontend.
Expected behavior:
The spacing inside the <blockquote> tag in both the editor and the frontend should remain consistent. For example, in the Twenty Twenty-Five theme, the spacing is set to --wp--preset--spacing--30 (20px), which should apply consistently.
Current behavior:
In the editor, the spacing above the element is consistent with the theme’s expected spacing. However, on the frontend, the tag introduces additional unintended space, causing the overall spacing to exceed the expected value.
Step-by-step reproduction instructions
Open a post or page in the WordPress editor.
Insert a Pullquote block and add content, including a citation.
Observe the spacing inside the <blockquote> tag in the editor.
For the Twenty Twenty-Five theme, this spacing should be --wp--preset--spacing--30 (20px).
Publish the post or page and view it on the frontend.
Compare the spacing above the <cite> tag between the editor and the frontend.
Description
There is a spacing inconsistency in the Pullquote block between the editor and the frontend.
Expected behavior: The spacing inside the
<blockquote>
tag in both the editor and the frontend should remain consistent. For example, in the Twenty Twenty-Five theme, the spacing is set to --wp--preset--spacing--30 (20px), which should apply consistently.Current behavior: In the editor, the spacing above the element is consistent with the theme’s expected spacing. However, on the frontend, the tag introduces additional unintended space, causing the overall spacing to exceed the expected value.
Step-by-step reproduction instructions
<blockquote>
tag in the editor.<cite>
tag between the editor and the frontend.Screenshots, screen recording, code snippet
Editor:
Frontend:
Environment info
Please confirm that you have searched existing issues in the repo.
Please confirm that you have tested with all plugins deactivated except Gutenberg.
Please confirm which theme type you used for testing.