[wp-trac] [WordPress Trac] #58692: Admin Image Editor: Layout is broken in the certain browser width
WordPress Trac
noreply at wordpress.org
Thu Jul 13 17:08:08 UTC 2023
#58692: Admin Image Editor: Layout is broken in the certain browser width
-------------------------------------+-------------------------------------
Reporter: wildworks | Owner: joedolson
Type: defect (bug) | Status: reopened
Priority: normal | Milestone: 6.3
Component: Media | Version: trunk
Severity: normal | Resolution:
Keywords: has-screenshots has- | Focuses: ui, css,
patch has-testing-info | administration
-------------------------------------+-------------------------------------
Comment (by sabernhardt):
The buttons within each set may need to wrap, too. It should be less
common with `flex` on the two sets, but some languages will have buttons
too wide to keep in one row at some screen width.
{{{
.imgedit-panel-tools > .imgedit-menu {
flex-wrap: wrap;
}
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/58692#comment:16>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list