Comments dashboard widget: Use the proper class to avoid stretched "unapproved" red lines.
fixes #26910. Built from https://develop.svn.wordpress.org/trunk@27564 git-svn-id: http://core.svn.wordpress.org/trunk@27407 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
6c03a28512
commit
890186e037
|
@ -718,7 +718,7 @@ form.initial-form.quickpress-open input#title {
|
|||
background: none;
|
||||
}
|
||||
|
||||
#activity-widget #the-comment-list .comment {
|
||||
#activity-widget #the-comment-list .comment-item {
|
||||
background: #fafafa;
|
||||
padding: 12px;
|
||||
position: relative;
|
||||
|
|
|
@ -718,7 +718,7 @@ form.initial-form.quickpress-open input#title {
|
|||
background: none;
|
||||
}
|
||||
|
||||
#activity-widget #the-comment-list .comment {
|
||||
#activity-widget #the-comment-list .comment-item {
|
||||
background: #fafafa;
|
||||
padding: 12px;
|
||||
position: relative;
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue