[wp-trac] [WordPress Trac] #58169: Twenty Ninteen - Quote block having issue when font-size is selected
WordPress Trac
noreply at wordpress.org
Thu Apr 20 18:02:35 UTC 2023
#58169: Twenty Ninteen - Quote block having issue when font-size is selected
------------------------------+------------------------------
Reporter: nidhidhandhukiya | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Bundled Theme | Version: 6.2
Severity: normal | Resolution:
Keywords: | Focuses:
------------------------------+------------------------------
Comment (by nidhidhandhukiya):
The below css can resolve the issue.
{{{
.editor-styles-wrapper .wp-block-quote cite {
font-size: calc(1rem / (1.25 * 1.125))!important;
}
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/58169#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list