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
This commit is contained in:
Andrew Ozz 2012-03-31 17:00:08 +00:00
parent 790f4e47f9
commit 603565a190
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}