Make WordPress Core

Ticket #32962: 32962.diff

File 32962.diff, 498 bytes (added by jeremyfelt, 10 years ago)
  • src/wp-admin/css/common.css

     
    34463446                overflow-x: hidden;
    34473447        }
    34483448}
     3449
     3450@media screen and (max-width: 320px) {
     3451        /* The network dashboard uses .subsubsub outside of its common list table context. */
     3452        #network_dashboard_right_now .subsubsub {
     3453                font-size: 14px;
     3454                text-align: left;
     3455                margin-bottom: 15px;
     3456        }
     3457}