[wp-trac] [WordPress Trac] #48388: Overlapping controls in customizing Width of Inline image
WordPress Trac
noreply at wordpress.org
Mon Oct 21 16:09:58 UTC 2019
#48388: Overlapping controls in customizing Width of Inline image
-----------------------------------------+---------------------
Reporter: burnuser | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: 5.3
Component: Editor | Version: trunk
Severity: normal | Resolution:
Keywords: has-screenshots needs-patch | Focuses: ui
-----------------------------------------+---------------------
Changes (by afercia):
* keywords: => has-screenshots needs-patch
* milestone: Awaiting Review => 5.3
Comment:
@burnuser thanks, good catch!
At a first glance, this seems related to a change in the Gutenberg CSS,
where the `<label>` element in 5.2 was `display: block` while it's now
`display: inline-block`:
Related Gutenberg style in WordPress 5.2:
{{{
.components-base-control .components-base-control__label {
display: block;
margin-bottom: 4px;
}
}}}
and in WordPress trunk 5.3:
{{{
.components-base-control .components-base-control__label {
display: inline-block;
margin-bottom: 4px;
}
}}}
See also screenshots below.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/48388#comment:2>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list