Break long words in Quick Draft content to prevent ugly overflow, as was previously done. props aubreypwd, SergeyBiryukov. see #26658 for trunk.
git-svn-id: https://develop.svn.wordpress.org/trunk@26928 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
3428afee5a
commit
50ee8bdd4a
@ -3162,6 +3162,7 @@ form.initial-form.quickpress-open input#title {
|
|||||||
|
|
||||||
#dashboard_quick_press .drafts p {
|
#dashboard_quick_press .drafts p {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
#dashboard_quick_press .draft-title {
|
#dashboard_quick_press .draft-title {
|
||||||
|
Loading…
Reference in New Issue
Block a user