Make WordPress Core

Ticket #49526: 49526.patch

File 49526.patch, 598 bytes (added by hiddeninfotech, 6 years ago)
  • src/wp-admin/css/common.css

    diff --git a/src/wp-admin/css/common.css b/src/wp-admin/css/common.css
    index f03fe26854..402a1752c7 100644
    a b code { 
    416416        font-family: Consolas, Monaco, monospace;
    417417        direction: ltr;
    418418        unicode-bidi: embed;
     419        word-break: break-all;
    419420}
    420421
    421422kbd,
    th.action-links { 
    10361037        font-weight: 600;
    10371038}
    10381039
     1040@media screen and ( max-device-width: 480px ) {
     1041        .filter-count .count {
     1042                margin-top: 10px;
     1043        }
     1044}
     1045
    10391046/* not a part of filter bar, but derived from it, so here for now */
    10401047.title-count {
    10411048        display: inline;