Making WordPress.org

Ticket #6098: 6098.3.patch

File 6098.3.patch, 446 bytes (added by nidhidhandhukiya, 3 years ago)

i have another solution for this we can add a scroll starts from the screen 1200 so that we can solved this issue globally.

  • wp-trac.css

     
    20482048        padding-bottom: 4px;
    20492049        margin-left: 10px
    20502050}
    2051 
     2051@media (max-width:1200px) {
     2052        table.listing {
     2053                display: block;
     2054                overflow-x: auto;
     2055                white-space: nowrap;
     2056        }
     2057}
    20522058/* =Responsive / Mobile
    20532059----------------------------------------------- */
    20542060@media (max-width: 770px) {