Index: wordpress.org/public_html/style/trac/wp-trac.css
===================================================================
--- wordpress.org/public_html/style/trac/wp-trac.css	(revision 11904)
+++ wordpress.org/public_html/style/trac/wp-trac.css	(working copy)
@@ -2534,4 +2534,13 @@
 }
 body.is-oembed table.listing .summary {
 	min-width: 40vw;
+}
+
+/* Table Overflow issue solution */
+@media (max-width:1200px) {
+	table.listing {
+			display: block;
+			overflow-x: auto;
+			white-space: nowrap;
+	}
 }
\ No newline at end of file
