$(document).ready(function() { 
	
	$("#placeholder-nav table td").css({'white-space':'nowrap'});
	
});