Make WordPress Core

Ticket #48546: 48546.patch

File 48546.patch, 461 bytes (added by aliveic, 5 years ago)

A patch by using the flex approach.

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

    diff --git a/src/wp-admin/css/list-tables.css b/src/wp-admin/css/list-tables.css
    index 0747dcf4db..a8cb283edd 100644
    a b div.action-links, 
    19101910                grid-template-columns: auto auto auto;
    19111911                color: transparent;
    19121912        }
     1913       
     1914        /* ticket-48546 */
     1915
     1916        #the-list:not(.plugins-php) .row-actions {
     1917                display: flex;
     1918                flex-wrap: wrap;
     1919        }
    19131920
    19141921        .row-actions span {
    19151922                padding: 4px 0;