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:
parent
fbbc31f3c5
commit
bd4bce1b65
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
@ -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
Loading…
Reference in New Issue