Dashboard: Ensure images other than avatars (such as emoji replacements) in recent comments are not incorrectly positioned.

props SergeyBiryukov.
fixes #31919.


git-svn-id: https://develop.svn.wordpress.org/trunk@32076 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Helen Hou-Sandi 2015-04-08 16:48:48 +00:00
parent aa24b6d94f
commit 7e87edf5c2
1 changed files with 1 additions and 1 deletions

View File

@ -700,7 +700,7 @@ form.initial-form.quickpress-open input#title {
position: relative;
}
#activity-widget #the-comment-list img {
#activity-widget #the-comment-list .avatar {
position: absolute;
top: 13px;
}