Make WordPress Core

Changeset 46790


Ignore:
Timestamp:
11/27/2019 04:50:59 PM (5 years ago)
Author:
SergeyBiryukov
Message:

Administration: Properly wrap long titles in list tables on smaller screens.

Props mukesh27, iihglobal, wpamitkumar.
Fixes #48805.

File:
1 edited

Legend:

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

    r46744 r46790  
    18991899    }
    19001900
    1901     .widefat * {
    1902         word-wrap: normal;
    1903     }
    1904 
    19051901    /* Make row actions more easy to select on mobile */
    19061902    body:not(.plugins-php) .row-actions {
Note: See TracChangeset for help on using the changeset viewer.