[wp-trac] [WordPress Trac] #26169: WP 3.8-beta1 - MP6: no horizontal scrolling on table possible anymore
WordPress Trac
noreply at wordpress.org
Fri Nov 22 19:40:59 UTC 2013
#26169: WP 3.8-beta1 - MP6: no horizontal scrolling on table possible anymore
----------------------------+------------------
Reporter: harmr | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: 3.8
Component: Administration | Version:
Severity: normal | Resolution:
Keywords: ui-focus |
----------------------------+------------------
Comment (by iammattthomas):
It's possible to re-enable horizontal scrolling with the following CSS:
{{{#!css
#wpwrap {
overflow-x: scroll;
}
}}}
Though I would ''strongly urge'' plugin developers not to rely on this as
a "fix" for wide tables on small screens. Layouts that rely on multi-
column tables very much need to be redesigned with mobile devices in mind
to fully support 3.8's responsive admin.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/26169#comment:2>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list