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

props SergeyBiryukov.
fixes #27474.


git-svn-id: https://develop.svn.wordpress.org/trunk@27740 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2014-03-26 15:04:54 +00:00
parent 396404cd9b
commit d712de8d2f
1 changed files with 0 additions and 3 deletions

View File

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