Make WordPress Core

Ticket #36207: 36207.3.diff

File 36207.3.diff, 497 bytes (added by westonruter, 8 years ago)

Remove -moz-hyphens and clean whitespace

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

    diff --git src/wp-admin/css/widgets.css src/wp-admin/css/widgets.css
    index cdcc34f128..5600a785bb 100644
    div#widgets-left .widget-holder { 
    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        -webkit-hyphens: auto;
     296        hyphens: auto;
    290297}
    291298
    292299#available-widgets #widget-list {