From ceba6b656f3e3ff7ae9d189a1cc936ea00bd4759 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 31 Mar 2020 02:50:52 +0000 Subject: [PATCH] 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. git-svn-id: https://develop.svn.wordpress.org/trunk@47535 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/css/dashboard.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/wp-admin/css/dashboard.css b/src/wp-admin/css/dashboard.css index c5da19d85e..9bc5f46470 100644 --- a/src/wp-admin/css/dashboard.css +++ b/src/wp-admin/css/dashboard.css @@ -1207,6 +1207,10 @@ a.rsswidget { } @media screen and (max-width: 782px) { + #dashboard-widgets h2 { + padding: 12px; + } + #dashboard_recent_comments #the-comment-list .comment-item .avatar { height: 30px; width: 30px;