Force-wrap comments in Recent Comments on the dashboard, expand width when no avatar, fixes #9283

git-svn-id: https://develop.svn.wordpress.org/trunk@10729 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2009-03-06 03:20:38 +00:00
parent b27d122fab
commit 52a4f412ba
3 changed files with 13 additions and 4 deletions
+8 -2
View File
@@ -210,7 +210,7 @@ div.postbox div.inside {
}
#the-comment-list .comment-item {
padding: 1em 10px 1em 70px;
padding: 1em 10px;
border-top: 1px solid;
}
@@ -229,7 +229,7 @@ div.postbox div.inside {
#the-comment-list .comment-item .avatar {
float: left;
margin-left: -60px;
margin: 0 10px 5px 0;
}
#the-comment-list .comment-item h4 {
@@ -394,3 +394,9 @@ a.rsswidget {
margin: 0 0 1.4em;
line-height: 1.4em;
}
.dashboard-comment-wrap {
overflow: hidden;
word-wrap: break-word;
}