[wp-trac] [WordPress Trac] #58837: Horizontal Scroll Issue in theme/plugin Editor Page File Navigation Section
WordPress Trac
noreply at wordpress.org
Wed Jul 19 12:52:37 UTC 2023
#58837: Horizontal Scroll Issue in theme/plugin Editor Page File Navigation Section
--------------------------+------------------------------
Reporter: mikinc860 | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: General | Version: trunk
Severity: minor | Resolution:
Keywords: has-patch | Focuses: ui, css
--------------------------+------------------------------
Comment (by huzaifaalmesbah):
**Test Report**
-------------
I am in agree with this patch. The code provided by @mikinc860 works
perfectly fine. horizontal scroll issue solved after patch.
Patch tested:
https://core.trac.wordpress.org/attachment/ticket/58837/58837.diff
{{{
@media screen and (max-width: 782px) {
.wrap #templateside li:not(.howto) > a:first-of-type span.notice {
width: calc(100% - 11px);
}
}
}}}
**Environment**
OS: Macos m1 2020
Web Server: nginx/1.25.0
PHP: 8.1.21
WordPress: 6.4-alpha-56267
Browser: Chrome 115.0.5790.98
Theme: Twenty Twenty-One
Active Plugins: No plugins activated.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/58837#comment:3>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list