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:
parent
5849122174
commit
b3fe8fca18
|
@ -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