[wp-trac] [WordPress Trac] #48368: New select CSS in v5.3-RC1 overlaps text
WordPress Trac
noreply at wordpress.org
Fri Oct 18 22:06:14 UTC 2019
#48368: New select CSS in v5.3-RC1 overlaps text
----------------------------+---------------------
Reporter: jsmoriss | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: 5.3
Component: Administration | Version: trunk
Severity: normal | Resolution:
Keywords: needs-patch | Focuses: ui
----------------------------+---------------------
Comment (by adhitya03):
I also try to look at the plugin's style and I found why this is happened.
I think the main problem is the plugin's css {{{padding select}}} override
wp-admin css {{{padding select}}} style.
in {{{.wp-admin select }}}
{{{
padding: 3px 24px 3px 8px
}}}
in {{{table.sucom-settings td select.crop-area}}}
{{{
padding: 2px;
}}}
and this is when we use {{{padding}}} from wp-admin.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/48368#comment:7>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list