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

git-svn-id: http://svn.automattic.com/wordpress/trunk@19694 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz 2012-01-06 06:35:12 +00:00
parent 5849122174
commit b3fe8fca18
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 {