Make WordPress Core

Changeset 47535


Ignore:
Timestamp:
03/31/2020 02:50:52 AM (5 years ago)
Author:
SergeyBiryukov
Message:

Administration: Make the height of dashboard widget headings consistent with that of post meta boxes on smaller screens.

This also ensures that the toggle arrow for dashboard widgets is properly aligned.

Props chetan200891.
Fixes #49727.

File:
1 edited

Legend:

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

    r47410 r47535  
    12081208
    12091209@media screen and (max-width: 782px) {
     1210    #dashboard-widgets h2 {
     1211        padding: 12px;
     1212    }
     1213
    12101214    #dashboard_recent_comments #the-comment-list .comment-item .avatar {
    12111215        height: 30px;
Note: See TracChangeset for help on using the changeset viewer.