How-to turn off mobile admin mode?

The solution is to edit /wp-admin/admin-header.php and search for “device-width” and change it to something like this:

<meta name="viewport" content="width=1024">

This allows you to see the unadulterated WordPress admin interface on your tablet or phone. No more jumbo-size letters.