Making WordPress.org

Ticket #6020: 6020.patch

File 6020.patch, 459 bytes (added by nidhidhandhukiya, 3 years ago)

If you apply this css then it will solve the overall table issue of responsive for other pages as well.

  • wordpress.org/public_html/style/trac/wp-trac.css

     
    23622362                display: block;
    23632363        }
    23642364}
     2365
     2366@media (max-width:1200px) {
     2367        table.listing {
     2368                display: block;
     2369                overflow-x: auto;
     2370                white-space: nowrap;
     2371        }
     2372}
     2373 No newline at end of file