[wp-trac] [WordPress Trac] #56525: Twenty Eleven: Font-style issue of "Add Citation" text in Pullquote Block
WordPress Trac
noreply at wordpress.org
Thu Sep 8 07:54:29 UTC 2022
#56525: Twenty Eleven: Font-style issue of "Add Citation" text in Pullquote Block
-------------------------------------------+------------------------------
Reporter: kajalgohel | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Bundled Theme | Version: 6.0.2
Severity: normal | Resolution:
Keywords: reporter-feedback needs-patch | Focuses: ui, css
-------------------------------------------+------------------------------
Changes (by hilayt24):
* keywords: needs-patch => reporter-feedback needs-patch
Comment:
Hi @kajalgohel , Thanks for the ticket I checked the issue and able to
reproduce it.
Adding the following CSS will solve this issue:
{{{
.wp-block-quote cite {
font-style: inherit !important;
}
}}}
Thanks
Hilay
--
Ticket URL: <https://core.trac.wordpress.org/ticket/56525#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list