Make WordPress Core

Changeset 21477


Ignore:
Timestamp:
08/08/2012 04:21:14 PM (14 years ago)
Author:
lancewillett
Message:

Twenty Twelve: fix for long words getting hidden in widgets. Props DrewAPicture, closes #21503.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/twentytwelve/style.css

    r21476 r21477  
    454454.wrapper {
    455455        overflow: hidden;
     456        -moz-hyphens: auto;
     457        -ms-word-break: break-all;
     458        -webkit-hyphens: auto;
     459        hyphens: auto;
     460        word-break: break-all;
     461        word-break: break-word;
    456462}
    457463.site {
Note: See TracChangeset for help on using the changeset viewer.