Make WordPress Core

Changeset 35785


Ignore:
Timestamp:
12/06/2015 07:57:45 PM (9 years ago)
Author:
obenland
Message:

Plugins: Allow long plugin names to wrap on small screens.

Props mapk, rickalee.
Fixes #32569.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/list-tables.css

    r35771 r35785  
    20932093    }
    20942094
     2095    #wpbody-content .wp-list-table.plugins .plugin-title,
     2096    #wpbody-content .wp-list-table.plugins .theme-title {
     2097        padding-right: 12px;
     2098        white-space: normal;
     2099    }
     2100
    20952101    .wp-list-table.plugins .plugin-title,
    20962102    .wp-list-table.plugins .theme-title {
     
    21502156    .wp-list-table.plugins .theme-title strong {
    21512157        font-size: 1.4em;
    2152         line-height: 1.6em;
     2158        line-height: 1.5;
    21532159    }
    21542160
Note: See TracChangeset for help on using the changeset viewer.