[wp-trac] [WordPress Trac] #56001: Twenty Twenty Two: Pullquote Block: No Lowercase for Add Citation Text
WordPress Trac
noreply at wordpress.org
Mon Jun 20 09:05:40 UTC 2022
#56001: Twenty Twenty Two: Pullquote Block: No Lowercase for Add Citation Text
---------------------------+------------------------------
Reporter: nithins53 | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Bundled Theme | Version: 6.0
Severity: normal | Resolution:
Keywords: | Focuses: css
---------------------------+------------------------------
Comment (by kajalgohel):
Hello @nithins53,
Thanks for reporting this! In this citation text if you check there is one
css {{{text-transform:uppercase;}}}
If it is not intentionally, we should removed that then the issue is
resolved.
{{{
.wp-block-pullquote__citation, .wp-block-pullquote cite, .wp-block-
pullquote footer {
color: currentColor;
text-transform: none;
font-size: .8125em;
font-style: normal;
}
}}}
Thanks
--
Ticket URL: <https://core.trac.wordpress.org/ticket/56001#comment:2>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list