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:
Helen Hou-Sandi 2014-01-09 04:00:29 +00:00
parent 3428afee5a
commit 50ee8bdd4a

View File

@ -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 {