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
This commit is contained in:
parent
628aec5fe2
commit
ceba6b656f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user