[wp-trac] [WordPress Trac] #52774: Italic is not working in 5.7
WordPress Trac
noreply at wordpress.org
Fri Mar 12 17:10:38 UTC 2021
#52774: Italic is not working in 5.7
---------------------------+-----------------------------
Reporter: ferhat37ozkan | Owner: (none)
Type: defect (bug) | Status: closed
Priority: normal | Milestone:
Component: Editor | Version: 5.7
Severity: normal | Resolution: invalid
Keywords: | Focuses: administration
---------------------------+-----------------------------
Comment (by ferhat37ozkan):
Replying to [comment:5 sabernhardt]:
> I can confirm that Kodeo Admin UI un-italicizes the `em` element (within
the editor).
> {{{
> i, cite, em, var, address, dfn {
> font-style: normal;
> }
> }}}
>
> Their support forum is here:
> https://wordpress.org/support/plugin/kodeo-admin-ui/
this fixing, sorry for bothering. I'm newbie but with all of your ideas i
fixed.
/public_html/wp-content/plugins/kodeo-admin-ui/assets/css/admin.css
i, cite, em, var, address, dfn {
font-style: normal;
font-style: italic;
}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/52774#comment:6>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list