Index: wordpress.org/public_html/style/trac/common/css/trac.css
===================================================================
--- wordpress.org/public_html/style/trac/common/css/trac.css	(revision 11904)
+++ wordpress.org/public_html/style/trac/common/css/trac.css	(working copy)
@@ -974,3 +974,12 @@
   box-shadow: none;
  }
 }
+
+/* Table Overflow issue solution */
+@media (max-width:1280px) {
+	table.listing {
+			display: block;
+			overflow-x: auto;
+			white-space: nowrap;
+	}
+}
\ No newline at end of file
