Make WordPress Core

Ticket #32657: 32657.patch

File 32657.patch, 459 bytes (added by tyxla, 10 years ago)

Adding min height to .media-info to resolve the issue with overlapping thumbnails in media list view.

  • src/wp-admin/css/list-tables.css

     
    317317        margin-left: 70px; /* 60px image + margin */
    318318}
    319319
     320table.media .column-title .media-info {
     321        min-height: 54px;
     322}
     323
    320324/* @todo: pick a consistent list table selector */
    321325.wp-list-table a {
    322326        -webkit-transition: none;