Making WordPress.org

Ticket #6180: 6180.patch

File 6180.patch, 558 bytes (added by nidhidhandhukiya, 4 years ago)

this patch will solved the issue and for many pages we have the table overflow issue i think we have to find out the best suitable dimension from where the table overflow occurs and have to add this solution that will help us to solved issue at many places for tables.

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

     
    15761576.notice.notice-info.notice-alt {
    15771577        background-color: #e5f5fa;
    15781578}
     1579@media (max-width:600px) {
     1580                    table {
     1581                display: block;
     1582                        overflow-x: auto;
     1583                    }   
     1584}
     1585 No newline at end of file