Break long words in Quick Draft content to prevent ugly overflow, as was previously done. props aubreypwd, SergeyBiryukov. see #26658 for trunk.
Built from https://develop.svn.wordpress.org/trunk@26928 git-svn-id: http://core.svn.wordpress.org/trunk@26809 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
2d9dd4979e
commit
a3b2f6f49d
|
@ -3162,6 +3162,7 @@ form.initial-form.quickpress-open input#title {
|
|||
|
||||
#dashboard_quick_press .drafts p {
|
||||
margin: 0;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
#dashboard_quick_press .draft-title {
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -3162,6 +3162,7 @@ form.initial-form.quickpress-open input#title {
|
|||
|
||||
#dashboard_quick_press .drafts p {
|
||||
margin: 0;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
#dashboard_quick_press .draft-title {
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue