[wp-trac] [WordPress Trac] #47116: Media Editor: Visible labels are not available on editing buttons
WordPress Trac
noreply at wordpress.org
Fri Oct 4 13:31:20 UTC 2019
#47116: Media Editor: Visible labels are not available on editing buttons
-------------------------------------------------+-------------------------
Reporter: afercia | Owner: nrqsnchz
Type: defect (bug) | Status: closed
Priority: normal | Milestone: 5.3
Component: Media | Version:
Severity: normal | Resolution: fixed
Keywords: has-screenshots wpcampus-report | Focuses: ui,
tooltips has-patch | accessibility
-------------------------------------------------+-------------------------
Comment (by sabernhardt):
To avoid having the panel drop below in two-column layout while the window
is still rather large (my laptop screen at 1366 pixels wide), this could
be added to the stylesheet:
{{{
.columns-2 .wp_attachment_holder .imgedit-wrap .imgedit-panel-content {
max-width: calc(100% - 266px);
min-width: 400px;
}
}}}
Would this need to be a separate ticket for 5.3 or could it be added
another way?
--
Ticket URL: <https://core.trac.wordpress.org/ticket/47116#comment:46>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list