Make WordPress Core

Changeset 34332


Ignore:
Timestamp:
09/19/2015 06:42:45 PM (11 years ago)
Author:
wonderboymusic
Message:

Updates: in Theme list table, set white-space to normal for theme titles at appropriate breakpoint to avoid horizontal scrolling on small screens.

Fixes #33831.

File:
1 edited

Legend:

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

    r34323 r34332  
    20102010        #wpbody-content #update-themes-table .plugin-title {
    20112011                width: auto;
     2012                white-space: normal;
    20122013        }
    20132014
Note: See TracChangeset for help on using the changeset viewer.