Making WordPress.org

Ticket #6020: 6020.2.patch

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

     
    25552555body.is-oembed table.listing .summary {
    25562556        min-width: 40vw;
    25572557}
     2558@media (max-width:991px) {
     2559        table.listing {
     2560                        display: block;
     2561                        overflow-x: auto;
     2562                        white-space: nowrap;
     2563        }
     2564}
     2565 No newline at end of file