From 603565a1908d2a282b682e1b4a55ee314a2d39ae Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Sat, 31 Mar 2012 17:00:08 +0000 Subject: [PATCH] Switch to one column on the edit/write screens at 850px (the editor becomes unusable at narrower screens and two columns), see #20015 git-svn-id: https://develop.svn.wordpress.org/trunk@20335 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/css/wp-admin.dev.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/css/wp-admin.dev.css b/wp-admin/css/wp-admin.dev.css index 99a022b645..dd0286af50 100644 --- a/wp-admin/css/wp-admin.dev.css +++ b/wp-admin/css/wp-admin.dev.css @@ -1949,7 +1949,7 @@ body.admin-bar { } /* one column on the post write/edit screen */ -@media only screen and (max-width: 1025px) { +@media only screen and (max-width: 850px) { #wpbody-content #poststuff #post-body { margin: 0; }