(treeview) Using Treeview within a <div>

(treeview) Using Treeview within a <div>

Ran into a small problem w/ treeview, in that the labels next to the icons would display on the next line when viewed in IE 7.  The problem was that the div containing my tree wasn't large enough to display the entire title.  Expanding the div's width takes care of the problem.

Hope this helps someone out there, as I saw a few others with the same problem.