[wp-trac] [WordPress Trac] #54176: UI Defects - Featured Image
WordPress Trac
noreply at wordpress.org
Fri Sep 24 08:53:01 UTC 2021
#54176: UI Defects - Featured Image
--------------------------+------------------------------
Reporter: cnaveenkumar | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Editor | Version: 5.8
Severity: normal | Resolution:
Keywords: | Focuses: css
--------------------------+------------------------------
Changes (by sabernhardt):
* focuses: => css
* component: General => Editor
Comment:
Welcome to Trac and thanks for the report!
An SVG does not display well there with the absolute positioning.
The [https://wordpress.org/plugins/safe-svg/ Safe SVG plugin] fixes that
with:
{{{
img.components-responsive-wrapper__content[src$=".svg"] {
position: relative;
}
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/54176#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list