Control Panel labels are too narrow after a DNN upgrade
Last Post 11/2/2010 12:15 PM by Deleted User. 0 Replies.
Author Messages
Deleted User
New Member
New Member
Posts:62


--
11/2/2010 12:15 PM  
This has happened to a number of my sites after a DNN upgrade. The labels in the control panelfor "Add New Module" and "Add Existing Module" become too narrow. The fix is a css code. Put the following into the site settings to fix it:

/* fixes the control panel where the labels at the top are too narrow */
.controlpanel DIV{width:500px;}



---