Don't clip post titles in the dashboard activity widget as it hides direct links to comments.

props SergeyBiryukov.
fixes #27474.

Built from https://develop.svn.wordpress.org/trunk@27740


git-svn-id: http://core.svn.wordpress.org/trunk@27577 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Nacin 2014-03-26 15:05:14 +00:00
parent fbbc31f3c5
commit bd4bce1b65
4 changed files with 2 additions and 8 deletions

View File

@ -611,9 +611,6 @@ form.initial-form.quickpress-open input#title {
}
#dashboard_activity h4.comment-meta {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
margin-bottom: 4px;
}

View File

@ -611,9 +611,6 @@ form.initial-form.quickpress-open input#title {
}
#dashboard_activity h4.comment-meta {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
margin-bottom: 4px;
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long