Make WordPress Core

Changeset 27740


Ignore:
Timestamp:
03/26/2014 03:04:54 PM (12 years ago)
Author:
nacin
Message:

Don't clip post titles in the dashboard activity widget as it hides direct links to comments.

props SergeyBiryukov.
fixes #27474.

File:
1 edited

Legend:

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

    r27711 r27740  
    612612
    613613#dashboard_activity h4.comment-meta {
    614         overflow: hidden;
    615         text-overflow: ellipsis;
    616         white-space: nowrap;
    617614        margin-bottom: 4px;
    618615}
Note: See TracChangeset for help on using the changeset viewer.