Hide Forgot
Description of problem: The package URL pre is set to not wrap, so longer URLs force the page to go wider than the set body of the html. this is an easy fix in the CSS, just change the following rule in copr.css "div.pkg-url-list{}" from: "white-space:pre;" to "whitespace:pre-wrap;"
sorry, typo. it should be from: "white-space:pre;" to "white-space:pre-wrap;"
Hmm, the difference is just subtle as Firefox wraps is only on "/" which makes the last line long anyway. But yes, it is improvement. Committed as a3ce565 Thanks for reporting.