Make WordPress Core

Ticket #31962: 31962.patch

File 31962.patch, 344 bytes (added by afercia, 11 years ago)

screen-reader-text: reset inherited word-wrap, see widefat tables

  • src/wp-admin/css/common.css

     
    126126        overflow: hidden;
    127127        clip: rect(0 0 0 0);
    128128        border: 0;
     129        word-wrap: normal !important;
    129130}
    130131
    131132.screen-reader-shortcut {