Make WordPress Core

Ticket #40315: 40315.patch

File 40315.patch, 424 bytes (added by darshan02, 8 years ago)

issue resolved in this patch

  • wp-admin/css/common.css

     
    11611161        display: block;
    11621162        overflow: hidden;
    11631163        width: 100%;
     1164        -webkit-box-sizing: border-box;
     1165    -moz-box-sizing: border-box;
     1166    box-sizing: border-box;
     1167        margin: 0;
    11641168}
    11651169
    11661170.show-filters .filter-links a.current {