﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
22359,Twenty Twelve: Wrap Long Text and URLs In Article Content,philiparthurmoore,lancewillett,"Long text and long URLs break the layout of Twenty Twelve in mobile view:

[[Image(http://p-am.net/grabs/long_url-20121105-005907.png)]]

Any downside in applying the same break rules we use in `.widget-area .widget` to `.site-content article`?

{{{
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}}}",defect (bug),closed,normal,3.5,Bundled Theme,,normal,fixed,has-patch,xoodrew@…
