﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
17424,Long text in Recent Drafts widget,Lardjo,azaozz,"Recent Drafts widget has a small bug. If a post title is too long (you never can tell), then it goes out of the widget box:
[attachment:17424-before.png]

This problem exists in all recent versions. We can fix it with some changes to `wp-admin/css/dashboard.css`:
{{{
#dashboard_recent_drafts h4 {
	line-height: 1.7em;
	word-wrap: break-word;
}

#dashboard_recent_drafts p {
	margin: 0;
	padding: 0;
	word-wrap: break-word;
}
}}}

The result would be much better:
[attachment:17424-after.png]

Why not fix it? ))",defect (bug),closed,normal,3.4,General,3.2,trivial,fixed,has-patch commit,
