Making WordPress.org

Ticket #6233: 6233.patch

File 6233.patch, 560 bytes (added by nidhidhandhukiya, 3 years ago)

This issue is happen because of that table overflow this solution will solved these issue.

  • wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/style.css

     
    15671567.notice.notice-info.notice-alt {
    15681568        background-color: #e5f5fa;
    15691569}
     1570
     1571@media screen and (max-width:480px){
     1572        table.trac-summary {
     1573                display: block;
     1574                overflow-x: scroll;
     1575        }
     1576}
     1577 No newline at end of file