Making WordPress.org

Ticket #6520: 6520.patch

File 6520.patch, 539 bytes (added by nidhidhandhukiya, 2 years ago)
  • wordpress.org/public_html/style/trac/wp-trac.css

     
    25342534}
    25352535body.is-oembed table.listing .summary {
    25362536        min-width: 40vw;
     2537}
     2538
     2539/* Table Overflow issue solution */
     2540@media (max-width:1200px) {
     2541        table.listing {
     2542                        display: block;
     2543                        overflow-x: auto;
     2544                        white-space: nowrap;
     2545        }
    25372546}
     2547 No newline at end of file