Wrap long titles in dashboard recent drafts, props Lardjo SergeyBiryukov, fixes #17424

git-svn-id: https://develop.svn.wordpress.org/trunk@19694 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2012-01-06 06:35:12 +00:00
parent b0f5b628cc
commit 394e2b3153
1 changed files with 2 additions and 0 deletions

View File

@ -5784,6 +5784,7 @@ form .textarea-wrap {
#dashboard_recent_drafts p {
margin: 0;
padding: 0;
word-wrap: break-word;
}
#dashboard_recent_drafts ul {
@ -5796,6 +5797,7 @@ form .textarea-wrap {
#dashboard_recent_drafts h4 {
line-height: 1.7em;
word-wrap: break-word;
}
#dashboard_recent_drafts h4 abbr {