Make WordPress Core

Ticket #36207: 36207.2.diff

File 36207.2.diff, 520 bytes (added by metodiew, 7 years ago)

use the proper path of the patch

  • wp-admin/css/widgets.css

     
    287287        display: block;
    288288        padding: 10px 15px;
    289289        font-size: 12px;
     290        overflow-wrap: break-word; 
     291        word-wrap: break-word;
     292        -ms-word-break: break-all; 
     293        word-break: break-word; 
     294        -ms-hyphens: auto;
     295        -moz-hyphens: auto;
     296        -webkit-hyphens: auto; 
     297        hyphens: auto;
    290298}
    291299
    292300#available-widgets #widget-list {