No line breaks in tags in tag cloud

Try this in your CSS (untested, but should work in theory)

.tagcloud a {
white-space: nowrap;
}