You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similar to this prior issue #37388, if you change the font size in styles for the paragraph block, it impacts the quote block as well. This is likely due to how quotes include <p> within:
<blockquote class="wp-block-quote"><p>This is the quote</p><cite>And Cite</cite></blockquote>
Step-by-step reproduction instructions
Open to the site editor
Add a paragraph block.
Add a quote block with a caption.
Open Styles > Blocks > Paragraph > Typography > Change font size.
See both change.
Screenshots, screen recording, code snippet
font.size.paragraph.mov
Environment info
WordPress 5.9
Happens with Gutenberg 12.5.4 and without
MacOS
TT2
Chrome
Please confirm that you have searched existing issues in the repo.
Yes
Please confirm that you have tested with all plugins deactivated except Gutenberg.
Description
Similar to this prior issue #37388, if you change the font size in styles for the paragraph block, it impacts the quote block as well. This is likely due to how quotes include
<p>within:<blockquote class="wp-block-quote"><p>This is the quote</p><cite>And Cite</cite></blockquote>Step-by-step reproduction instructions
Screenshots, screen recording, code snippet
font.size.paragraph.mov
Environment info
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