Make WordPress Core

Changeset 34710


Ignore:
Timestamp:
09/30/2015 01:24:33 AM (11 years ago)
Author:
wonderboymusic
Message:

List Tables: .column-date needs to become wider at smaller screen sizes, bump it from 10% to 14% at the breakpoint to prevent wrapping.

Fixes #32691.

File:
1 edited

Legend:

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

    r34709 r34710  
    16781678                margin-top: 0;
    16791679        }
     1680
     1681        .fixed .column-date {
     1682                width: 14%;
     1683        }
    16801684}
    16811685
Note: See TracChangeset for help on using the changeset viewer.