Make WordPress Core

Ticket #36207: 36207.diff

File 36207.diff, 473 bytes (added by metodiew, 9 years ago)
  • widgets.css

     
    188188        display: block;
    189189        padding: 10px 15px;
    190190        font-size: 12px;
     191        overflow-wrap: break-word;
     192        word-wrap: break-word;
     193        -ms-word-break: break-all;
     194        word-break: break-word;
     195        -ms-hyphens: auto;
     196        -moz-hyphens: auto;
     197        -webkit-hyphens: auto;
     198        hyphens: auto;
    191199}
    192200
    193201#available-widgets #widget-list {