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:
parent
b0f5b628cc
commit
394e2b3153
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user