Make WordPress Core

Ticket #52749: 52749.diff

File 52749.diff, 1.1 KB (added by sahilmepani, 4 years ago)
  • src/wp-admin/css/common.css

     
    605605        line-height: 1;
    606606}
    607607
     608.subtitle strong {
     609        word-break: break-all;
     610}
     611
    608612.wrap .add-new-h2, /* deprecated */
    609613.wrap .add-new-h2:active, /* deprecated */
    610614.wrap .page-title-action,
  • src/wp-admin/css/list-tables.css

     
    377377        vertical-align: top; /* Remove descender white-space. */
    378378}
    379379
    380 table.media .column-title .has-media-icon ~ .row-actions {
    381         margin-left: 70px; /* 60px image + margin */
    382 }
    383 
    384380table.media .column-title .filename {
    385381        margin-bottom: 0.2em;
    386382}
     
    18891885                padding: 4px 0;
    18901886        }
    18911887
     1888        .row-actions span:not(.view) {
     1889                margin-right: 4px;
     1890        }
     1891
    18921892        .row-actions span a,
    18931893        .row-actions span .button-link {
    18941894                display: inline-block;