Make WordPress Core

Ticket #29697: 29697.patch

File 29697.patch, 328 bytes (added by tyxla, 9 years ago)

Removing unnecessary text-overflow: ellipsis; from #plugin-information-title

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

     
    22162216        left: 0;
    22172217        height: 56px;
    22182218        overflow: hidden;
    2219         text-overflow: ellipsis;
    22202219        white-space: nowrap;
    22212220}
    22222221