Making WordPress.org

Ticket #6209: #6209.patch

File #6209.patch, 492 bytes (added by kajalgohel, 3 years ago)

patch added for table overflow

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

     
    24952495}
    24962496body.is-oembed table.listing .summary {
    24972497        min-width: 40vw;
     2498}
     2499
     2500@media (max-width:768px) {
     2501        table.listing {
     2502                display: block;
     2503                overflow-x: auto;
     2504        }
    24982505}
     2506 No newline at end of file