Index: wordpress.org/public_html/style/trac/common/css/trac.css
===================================================================
--- wordpress.org/public_html/style/trac/common/css/trac.css	(revision 12111)
+++ wordpress.org/public_html/style/trac/common/css/trac.css	(working copy)
@@ -974,3 +974,11 @@
   box-shadow: none;
  }
 }
+
+@media screen and (min-device-width: 771px) and (max-device-width: 1040px) { 
+   table.listing {
+    display: block;
+    overflow-x: auto;
+    white-space: nowrap;
+  }
+}
\ No newline at end of file
